mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 08:41:42 +00:00
NOISSUE Load ShowGameTimeHours setting correctly on settings page
Bugfix for #4964
This commit is contained in:
@@ -89,4 +89,5 @@ void MinecraftPage::loadSettings()
|
||||
ui->showGameTime->setChecked(s->get("ShowGameTime").toBool());
|
||||
ui->showGlobalGameTime->setChecked(s->get("ShowGlobalGameTime").toBool());
|
||||
ui->recordGameTime->setChecked(s->get("RecordGameTime").toBool());
|
||||
ui->showGameTimeHours->setChecked(s->get("ShowGameTimeHours").toBool());
|
||||
}
|
||||
|
Reference in New Issue
Block a user