Disable quitLock

Otherwise a KJob finishing terminates the app
This commit is contained in:
Nicolas Fella 2023-04-24 12:25:47 +02:00 committed by Vlad Zahorodnii
parent 5a42d0ac0e
commit 2f1744b67b

View file

@ -113,6 +113,7 @@ void Application::start()
setProperty("org.kde.KActivities.core.disableAutostart", true); setProperty("org.kde.KActivities.core.disableAutostart", true);
setQuitOnLastWindowClosed(false); setQuitOnLastWindowClosed(false);
setQuitLockEnabled(false);
if (!m_config->isImmutable() && m_configLock) { if (!m_config->isImmutable() && m_configLock) {
// TODO: This shouldn't be necessary // TODO: This shouldn't be necessary