mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
cmd:n and cmd:t
This commit is contained in:
+1
-1
@@ -677,7 +677,7 @@ function getAppMenu() {
|
||||
const fileMenu: Electron.MenuItemConstructorOptions[] = [
|
||||
{
|
||||
label: "New Window",
|
||||
accelerator: "CommandOrControl+N",
|
||||
accelerator: "CommandOrControl+Shift+N",
|
||||
click: () => fireAndForget(createNewWaveWindow),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user