mirror of
https://github.com/logos-co/logos-basecamp.git
synced 2026-08-27 06:41:14 +00:00
chore: revert x on linux closes app
This commit is contained in:
committed by
Khushboo-dev-cpp
parent
601b173899
commit
3a73d33824
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user