Skip to content

Commit

Permalink
Ensure patches view honors its setting
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 9, 2023
1 parent 2adc234 commit 2e4b99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15388,7 +15388,7 @@
{
"id": "gitlens.views.drafts",
"name": "Cloud Patches",
"when": "!gitlens:untrusted && !gitlens:hasVirtualFolders",
"when": "!gitlens:untrusted && !gitlens:hasVirtualFolders && config.gitlens.cloudPatches.enabled",
"contextualTitle": "GL",
"icon": "$(cloud)",
"initialSize": 2,
Expand Down

0 comments on commit 2e4b99d

Please sign in to comment.