refactor: remove alt shortcut

This commit is contained in:
Carlos Valente
2024-10-03 08:16:22 +02:00
committed by Carlos Valente
parent eb7a30fcf3
commit 1de062a38e
-7
View File
@@ -174,13 +174,6 @@ app.whenReady().then(() => {
createWindow();
// register global shortcuts
// (available regardless of whether app is in focus)
// bring focus to window
globalShortcut.register('Alt+1', () => {
bringToFront();
});
startBackend()
.then((port) => {
// Load page served by node or use React dev run