Skip to content

Commit

Permalink
1.8.7 and remove globalShortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
boyphongsakorn committed Jan 27, 2021
1 parent 00e4ea3 commit 4b2bc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ app.on('ready', function() {

app.on('window-all-closed', app.quit);
app.on('before-quit', () => {
globalShortcut.unregisterAll()
//globalShortcut.unregisterAll()
win.removeAllListeners('close');
win.close();
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saox",
"version": "1.8.6",
"version": "1.8.7",
"description": "Sanook Music (Or JOOX) Web App",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4b2bc41

Please sign in to comment.