Skip to content

Commit 61949e2

Browse files
fix: only show git file expansions on one setting menu
1 parent f75b9b2 commit 61949e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monty/config/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
),
4545
git_file_expansions=ConfigAttrMetadata(
4646
type=bool,
47-
categories={Category.GitHub, Category.General},
47+
category=Category.GitHub,
4848
name="GitHub/GitLab/BitBucket File Expansions",
4949
description="Whether to automatically expand links to specific lines for GitHub, GitLab, and BitBucket",
5050
long_description=(

0 commit comments

Comments
 (0)