mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-28 00:22:26 +02:00
exit when restart
- if tray minimize is enabled quit hides the app to tray
This commit is contained in:
@@ -64,7 +64,7 @@ function hide() {
|
||||
*/
|
||||
function restart() {
|
||||
app.relaunch();
|
||||
app.quit();
|
||||
app.exit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user