Try not hiding tray icon on exit

This commit is contained in:
Nova 2025-11-24 00:00:12 +03:30
parent 00155b1c9d
commit 796dd4f536

View File

@ -970,7 +970,7 @@ void MainWindow::prepare_exit()
return;
}
hide();
tray->hide();
// tray->hide();
Configs::dataStore->prepare_exit = true;
//
RegisterHiddenMenuShortcuts(true);