Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Dec 27, 2023
1 parent 77cf64a commit ae95029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ app.on('ready', () => {
store.set("suggest-star", "suggested");
}, 1000);
}

if (process.platform === "win32") {
if (winReleaseId() === -1 && win != null) {
let isNotified = store.has("windows-7-notification");
Expand All @@ -715,6 +715,8 @@ app.on('ready', () => {
}
}
}

globalShortcut.unregister('CommandOrControl+Q');
})

function getCustomDialogModeType(mode) {
Expand Down

0 comments on commit ae95029

Please sign in to comment.