Skip to content

Commit

Permalink
✨ support #371
Browse files Browse the repository at this point in the history
  • Loading branch information
layyback committed Jul 18, 2024
1 parent 4a2ca33 commit bbeddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/browsers/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default () => {
`window.rubick && window.rubick.hooks && typeof window.rubick.hooks.onShow === "function" && window.rubick.hooks.onShow()`
);
// versonHandler.checkUpdate();
win.webContents.openDevTools();
// win.webContents.openDevTools();
});

win.on('hide', () => {
Expand Down

0 comments on commit bbeddb3

Please sign in to comment.