Skip to content

Commit 2d7ded4

Browse files
committed
adapt multi-select setting tdescription to explain new Ctrl functionality
1 parent b5d3ac4 commit 2d7ded4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,12 +1093,12 @@
10931093
"git-graph.repository.selectMultipleAuthors": {
10941094
"type": "boolean",
10951095
"default": true,
1096-
"description": "Enables the selection of multiple authors from the Authors dropdown."
1096+
"description": "Enables the selection of multiple authors from the Authors dropdown. When set to false, you can only select multiple authors by 'Ctrl' (or 'Cmd' on macOS) + click."
10971097
},
10981098
"git-graph.repository.selectMultipleBranches": {
10991099
"type": "boolean",
11001100
"default": true,
1101-
"description": "Enables the selection of multiple branches from the Branches dropdown."
1101+
"description": "Enables the selection of multiple branches from the Branches dropdown. When set to false, you can only select multiple branches by 'Ctrl' (or 'Cmd' on macOS) + click."
11021102
},
11031103
"git-graph.repository.showCommitsOnlyReferencedByTags": {
11041104
"type": "boolean",

0 commit comments

Comments
 (0)