mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-02-11 00:40:17 +00:00
NOISSUE Load ShowGameTimeHours setting correctly on settings page
Bugfix for #4964
This commit is contained in:
parent
30312ea701
commit
149adbd1d6
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user