1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Don't save settings a billion times on startup

This commit is contained in:
tux3 2015-09-06 00:17:41 +02:00
parent 8fbc0c8b59
commit 5f16c5c1da
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -1291,7 +1291,6 @@ void Settings::setFriendActivity(const ToxId &id, const QDate &activity)
fp.activity = activity; fp.activity = activity;
friendLst[key] = fp; friendLst[key] = fp;
} }
savePersonal();
} }
void Settings::removeFriendSettings(const ToxId &id) void Settings::removeFriendSettings(const ToxId &id)