mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
MacOS – Add shortcut for Window -> Show (#4632)
This commit is contained in:
@@ -305,6 +305,7 @@ function updateForMac(template, messages, options) {
|
||||
},
|
||||
{
|
||||
label: messages.show.message,
|
||||
accelerator: 'CmdOrCtrl+Shift+0',
|
||||
click: showWindow,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
},
|
||||
{
|
||||
"label": "Show",
|
||||
"accelerator": "CmdOrCtrl+Shift+0",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
},
|
||||
{
|
||||
"label": "Show",
|
||||
"accelerator": "CmdOrCtrl+Shift+0",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user