mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-28 00:22:26 +02:00
Merge branch 'master' of github.com:Mastermindzh/tidal-hifi
This commit is contained in:
@@ -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
|
||||
])
|
||||
);
|
||||
|
Reference in New Issue
Block a user