Skip to content

Commit

Permalink
Merge pull request #7 from mpvharmelen/patch-1
Browse files Browse the repository at this point in the history
Fix settings not opening
  • Loading branch information
yaworsw authored Jul 11, 2018
2 parents 82ffcbb + d127cc9 commit bfecf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"caption": "Settings",
"command": "edit_settings", "args":
{
"base_file": "${packages}/DeleteCurrentFile/DeleteCurrentFile.sublime-settings",
"base_file": "${packages}/Delete Current File/DeleteCurrentFile.sublime-settings",
"default": "// DeleteCurrentFile Settings - User\n{\n\t$0\n}\n"
}
},
Expand Down

0 comments on commit bfecf45

Please sign in to comment.