Add quit launcher after game stops option (Steam Deck)
lecense
This commit is contained in:
parent
c7fdfb8116
commit
b1af689546
8 changed files with 83 additions and 0 deletions
|
@ -94,6 +94,7 @@ void MinecraftPage::applySettings()
|
|||
|
||||
// Miscellaneous
|
||||
s->set("CloseAfterLaunch", ui->closeAfterLaunchCheck->isChecked());
|
||||
s->set("QuitAfterGameStop", ui->quitAfterGameStopCheck->isChecked());
|
||||
}
|
||||
|
||||
void MinecraftPage::loadSettings()
|
||||
|
@ -113,6 +114,7 @@ void MinecraftPage::loadSettings()
|
|||
ui->recordGameTime->setChecked(s->get("RecordGameTime").toBool());
|
||||
|
||||
ui->closeAfterLaunchCheck->setChecked(s->get("CloseAfterLaunch").toBool());
|
||||
ui->quitAfterGameStopCheck->setChecked(s->get("QuitAfterGameStop").toBool());
|
||||
}
|
||||
|
||||
void MinecraftPage::retranslate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue