mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Reload launcher window on changes in the settings window
* For example, adding a new profile
This commit is contained in:
parent
e5c92dfa69
commit
dad3a0a885
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ void SettingsWindow::reloadControls() {
|
||||||
rememberUsernameBox->setChecked(profile.rememberUsername);
|
rememberUsernameBox->setChecked(profile.rememberUsername);
|
||||||
rememberPasswordBox->setChecked(profile.rememberPassword);
|
rememberPasswordBox->setChecked(profile.rememberPassword);
|
||||||
|
|
||||||
|
window.reloadControls();
|
||||||
|
|
||||||
currentlyReloadingControls = false;
|
currentlyReloadingControls = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue