Remove ‘Ctrl+,’ keyboard shortcut on Windows & Linux (#2099)

pull/1/head
Daniel Gasienica 7 years ago committed by GitHub
parent 3f20feb96d
commit 40ee88ead3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save