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

Make the login screen save global settings

This commit is contained in:
tux3 2015-06-05 15:27:28 +02:00
parent 68122b40ac
commit 9581be95dc
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -182,4 +182,6 @@ void LoginScreen::onAutoLoginToggled(int state)
Settings::getInstance().setAutoLogin(false);
else
Settings::getInstance().setAutoLogin(true);
Settings::getInstance().save(false);
}