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