mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-30 07:39:54 +08:00
feat: 支持截屏,下载方式调整
This commit is contained in:
@@ -45,10 +45,6 @@ export default function init(mainWindow) {
|
||||
});
|
||||
|
||||
ipcMain.on('init-shortcut', (event) => {
|
||||
globalShortcut.register('Esc', () => {
|
||||
mainWindow.show();
|
||||
event.sender.send('init-rubick');
|
||||
});
|
||||
globalShortcut.register('ctrl+d', () => {
|
||||
event.sender.send('new-window');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user