cmd:n and cmd:t

This commit is contained in:
sawka
2024-08-19 22:39:52 -07:00
parent e70e08e531
commit 2f020099ec
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -677,7 +677,7 @@ function getAppMenu() {
const fileMenu: Electron.MenuItemConstructorOptions[] = [
{
label: "New Window",
accelerator: "CommandOrControl+N",
accelerator: "CommandOrControl+Shift+N",
click: () => fireAndForget(createNewWaveWindow),
},
{