Skip to content

Backport PR #1021 on branch 0.32.x (Doubling click → double click) #1034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Backport PR #1021: Doubling click → double click
  • Loading branch information
fcollonval authored and meeseeksmachine committed Sep 12, 2021
commit 5b29338ed62e2de810979d36f0a5d1e75101d7f3
2 changes: 1 addition & 1 deletion schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"doubleClickDiff": {
"type": "boolean",
"title": "Show diff on double click",
"description": "If true, doubling clicking a file in the list of changed files will open a diff.",
"description": "If true, double clicking a file in the list of changed files will open a diff.",
"default": false
},
"historyCount": {
Expand Down