mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-14 04:18:29 +00:00
Merge pull request #4985 from arthomnix/feature/playtime-format-customisation
NOISSUE Load ShowGameTimeHours setting correctly on settings page
This commit is contained in:
commit
8bced9da83
@ -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