NOISSUE Load ShowGameTimeHours setting correctly on settings page

Bugfix for #4964
This commit is contained in:
arthomnix 2022-11-20 11:45:34 +00:00
parent 30312ea701
commit 149adbd1d6

View File

@ -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());
}