1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

[SaveSettings] Don't save settings twice on app close

This commit is contained in:
nowrep 2014-02-14 20:29:41 +01:00
parent d422ce3767
commit 167e80f59a

View File

@ -2098,7 +2098,6 @@ void QupZilla::closeEvent(QCloseEvent* event)
}
m_isClosing = true;
mApp->saveStateSlot();
#ifndef Q_OS_MAC
if (mApp->windowCount() == 1) {