Remove ‘Ctrl+,’ keyboard shortcut on Windows & Linux (#2099)
This commit is contained in:
parent
3f20feb96d
commit
40ee88ead3
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@ exports.createTemplate = (options, messages) => {
|
|||
submenu: [
|
||||
{
|
||||
label: messages.mainMenuSettings.message,
|
||||
accelerator: 'CommandOrControl+,',
|
||||
click: showSettings,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
},
|
||||
{
|
||||
"label": "Preferences…",
|
||||
"accelerator": "CommandOrControl+,",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"submenu": [
|
||||
{
|
||||
"label": "Preferences…",
|
||||
"accelerator": "CommandOrControl+,",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue