chore: revert x on linux closes app

This commit is contained in:
Khushboo Mehta
2026-07-30 14:58:49 +00:00
committed by Khushboo-dev-cpp
parent 601b173899
commit 3a73d33824
-6
View File
@@ -302,12 +302,6 @@ void Window::closeEvent(QCloseEvent *event)
}
#endif
#ifdef Q_OS_LINUX
event->accept();
quitApplication();
return;
#endif
if (m_trayIcon && m_trayIcon->isVisible()) {
// Hide the window instead of closing
hide();