mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
refactor: remove alt shortcut
This commit is contained in:
committed by
Carlos Valente
parent
eb7a30fcf3
commit
1de062a38e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user