1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-29 21:56:54 +02:00

Merge pull request from IvanSavenko/launcher_fixes

Fix missing on/off text in Android Launcher
This commit is contained in:
Ivan Savenko 2024-06-13 13:01:57 +03:00 committed by GitHub
commit cd12b0e514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -149,6 +149,8 @@ void CSettingsView::loadSettings()
ui->sliderControllerSticksAcceleration->setValue(settings["input"]["controllerAxisScale"].Float() * 100);
ui->lineEditGameLobbyHost->setText(QString::fromStdString(settings["lobby"]["hostname"].String()));
ui->spinBoxNetworkPortLobby->setValue(settings["lobby"]["port"].Integer());
loadToggleButtonSettings();
}
void CSettingsView::loadToggleButtonSettings()