Skip to content

Commit 9d1b86b

Browse files
authored
Merge pull request #78 from CodeF0x/prelive
Still fixing branch and unregistering events when closing the app.
2 parents eb59977 + 7023f6e commit 9d1b86b

4 files changed

Lines changed: 1 addition & 0 deletions

File tree

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ app.on('ready', () => {
5353
});
5454

5555
app.on('window-all-closed', () => {
56+
globalShortcut.unregisterAll();
5657
app.quit();
5758
});

src/img/icons/icon.icns

-3.13 KB
Binary file not shown.

src/img/icons/icon.ico

-6.46 KB
Binary file not shown.

src/img/icons/icon.png

-2.92 KB
Loading

0 commit comments

Comments
 (0)