From 7fe2feb1e42201d1c6997671c2261686fd845b6d Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 12 Nov 2023 01:45:08 +0100 Subject: [PATCH] Make NeoChat not shut down when disabling close-to-tray --- src/controller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controller.cpp b/src/controller.cpp index 7bb4084c6..203f4f25a 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -320,7 +320,6 @@ void Controller::setQuitOnLastWindowClosed() m_trayIcon = nullptr; } } - QGuiApplication::setQuitOnLastWindowClosed(!NeoChatConfig::self()->systemTray()); #else return; #endif