fix: #91 修复win下 ctrl+d 热键冲突问题

This commit is contained in:
muwoo
2022-06-29 16:55:22 +08:00
parent b43c2c0091
commit 8acaff15f2
2 changed files with 4 additions and 4 deletions

View File

@@ -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');