Make NeoChat not shut down when disabling close-to-tray
This commit is contained in:
@@ -320,7 +320,6 @@ void Controller::setQuitOnLastWindowClosed()
|
|||||||
m_trayIcon = nullptr;
|
m_trayIcon = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
QGuiApplication::setQuitOnLastWindowClosed(!NeoChatConfig::self()->systemTray());
|
|
||||||
#else
|
#else
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user