Skip to content

Commit

Permalink
Resolves #188
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohuq committed May 25, 2021
1 parent 5563654 commit bcba191
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,11 @@
"caption": "Sync Settings",
"children": [
{
"command": "open_file",
"command": "edit_settings",
"args": {
"file": "${packages}/Sync Settings/SyncSettings.sublime-settings"
"base_file": "${packages}/Sync Settings/SyncSettings.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/SyncSettings.sublime-settings"
},
"caption": "Settings – User"
"caption": "Settings"
},
{
"caption": "-"
Expand Down

0 comments on commit bcba191

Please sign in to comment.