mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-09 04:16:23 +08:00
✨ support #371
This commit is contained in:
parent
4a2ca33e02
commit
bbeddb3fe6
@ -63,7 +63,7 @@ export default () => {
|
|||||||
`window.rubick && window.rubick.hooks && typeof window.rubick.hooks.onShow === "function" && window.rubick.hooks.onShow()`
|
`window.rubick && window.rubick.hooks && typeof window.rubick.hooks.onShow === "function" && window.rubick.hooks.onShow()`
|
||||||
);
|
);
|
||||||
// versonHandler.checkUpdate();
|
// versonHandler.checkUpdate();
|
||||||
win.webContents.openDevTools();
|
// win.webContents.openDevTools();
|
||||||
});
|
});
|
||||||
|
|
||||||
win.on('hide', () => {
|
win.on('hide', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user