diff --git a/src/main/common/registerHotKey.ts b/src/main/common/registerHotKey.ts index c0e230a..fa4ffb9 100644 --- a/src/main/common/registerHotKey.ts +++ b/src/main/common/registerHotKey.ts @@ -37,9 +37,9 @@ const registerHotKey = (mainWindow: BrowserWindow): void => { mainWindow.show(); }); - globalShortcut.register(config.perf.shortCut.separate, () => { - // todo - }); + // globalShortcut.register(config.perf.shortCut.separate, () => { + // + // }); globalShortcut.register(config.perf.shortCut.quit, () => { // mainWindow.webContents.send('init-rubick');