1
Fork 0
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:
redstrate 2021-11-09 12:39:28 -05:00
parent e5c92dfa69
commit dad3a0a885

View file

@ -259,6 +259,8 @@ void SettingsWindow::reloadControls() {
rememberUsernameBox->setChecked(profile.rememberUsername);
rememberPasswordBox->setChecked(profile.rememberPassword);
window.reloadControls();
currentlyReloadingControls = false;
}