mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +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;
|
||||
}
|
||||
hide();
|
||||
tray->hide();
|
||||
// tray->hide();
|
||||
Configs::dataStore->prepare_exit = true;
|
||||
//
|
||||
RegisterHiddenMenuShortcuts(true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user