Disable quitLock
Otherwise a KJob finishing terminates the app
This commit is contained in:
parent
5a42d0ac0e
commit
2f1744b67b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue