mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 05:23:09 +01:00
exit when restart
- if tray minimize is enabled quit hides the app to tray
This commit is contained in:
parent
26c8a38350
commit
a2a2023853
@ -64,7 +64,7 @@ function hide() {
|
||||
*/
|
||||
function restart() {
|
||||
app.relaunch();
|
||||
app.quit();
|
||||
app.exit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user