mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
[SaveSettings] Don't save settings twice on app close
This commit is contained in:
parent
d422ce3767
commit
167e80f59a
@ -2098,7 +2098,6 @@ void QupZilla::closeEvent(QCloseEvent* event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_isClosing = true;
|
m_isClosing = true;
|
||||||
mApp->saveStateSlot();
|
|
||||||
|
|
||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
if (mApp->windowCount() == 1) {
|
if (mApp->windowCount() == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user