mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-29 21:56:54 +02:00
Merge pull request #4131 from IvanSavenko/launcher_fixes
Fix missing on/off text in Android Launcher
This commit is contained in:
commit
cd12b0e514
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user