Merge branch 'master' of github.com:Mastermindzh/tidal-hifi

This commit is contained in:
2021-06-17 20:44:30 +02:00
3 changed files with 8 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ trayModule.refreshTray = function (mainWindow) {
});
tray.setToolTip("Tidal-hifi");
if (mainWindow && store.get(settings.minimizeOnClose)) {
tray.setContextMenu(
Menu.buildFromTemplate([
@@ -37,7 +37,7 @@ trayModule.refreshTray = function (mainWindow) {
mainWindow.destroy();
app.quit();
},
},
},
...mainMenu, //we add menu items from the other context
])
);