Try not hiding tray icon on exit

This commit is contained in:
Nova 2025-11-24 00:00:12 +03:30
parent 8d5249f7cd
commit a76cdff0f2

View File

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