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:
parent
68122b40ac
commit
9581be95dc
|
@ -182,4 +182,6 @@ void LoginScreen::onAutoLoginToggled(int state)
|
|||
Settings::getInstance().setAutoLogin(false);
|
||||
else
|
||||
Settings::getInstance().setAutoLogin(true);
|
||||
|
||||
Settings::getInstance().save(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user