mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 05:49:06 +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();
|
createWindow();
|
||||||
|
|
||||||
// register global shortcuts
|
|
||||||
// (available regardless of whether app is in focus)
|
|
||||||
// bring focus to window
|
|
||||||
globalShortcut.register('Alt+1', () => {
|
|
||||||
bringToFront();
|
|
||||||
});
|
|
||||||
|
|
||||||
startBackend()
|
startBackend()
|
||||||
.then((port) => {
|
.then((port) => {
|
||||||
// Load page served by node or use React dev run
|
// Load page served by node or use React dev run
|
||||||
|
|||||||
Reference in New Issue
Block a user