Added help item to the menus, consistency fixes.
This commit is contained in:
parent
d6ade496b7
commit
ab397782a2
1 changed files with 2 additions and 1 deletions
|
@ -46,12 +46,13 @@
|
|||
},
|
||||
{ "label": "Reset",
|
||||
"sub": [
|
||||
{ "label": "User Settings", "command": "settings:delete-local", "argument": "user" },
|
||||
{ "label": "User Preferences", "command": "settings:delete-local", "argument": "user" },
|
||||
{ "label": "Keyboard", "command": "settings:delete-local", "argument": "keys" },
|
||||
{ "label": "Menus", "command": "settings:delete-local", "argument": "menus" }
|
||||
]
|
||||
},
|
||||
"divider",
|
||||
{ "label": "Help", "command": "session:open-settings-defaults", "argument": "help" },
|
||||
{ "label": "About Caret", "command": "app:about" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue