1
0
Fork 0
forked from blue/squawk

don't save settings on quit, if readSettings() not finished

This commit is contained in:
shunf4 2021-10-06 22:52:20 +08:00
parent 8b3752ef47
commit 5862f1552b
2 changed files with 38 additions and 32 deletions

View file

@ -133,6 +133,7 @@ private:
Shared::Availability state;
NetworkAccess network;
uint8_t waitingForAccounts;
bool isInitialized;
#ifdef WITH_KWALLET
PSE::KWallet kwallet;