mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 22:00:08 +08:00
Try not hiding tray icon on exit
This commit is contained in:
parent
8d5249f7cd
commit
a76cdff0f2
@ -970,7 +970,7 @@ void MainWindow::prepare_exit()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
hide();
|
hide();
|
||||||
tray->hide();
|
// tray->hide();
|
||||||
Configs::dataStore->prepare_exit = true;
|
Configs::dataStore->prepare_exit = true;
|
||||||
//
|
//
|
||||||
RegisterHiddenMenuShortcuts(true);
|
RegisterHiddenMenuShortcuts(true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user