mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
Fixing Skip Menu checkbox not working correctly
This commit is contained in:
parent
082e166fae
commit
dcc262ed91
@ -312,7 +312,7 @@ bool Launcher::SettingsPage::loadSettings()
|
||||
languageComboBox->setCurrentIndex(index);
|
||||
|
||||
// Testing
|
||||
bool skipMenu = mGameSettings.value("skip-menu").toInt() == Qt::Checked;
|
||||
bool skipMenu = mGameSettings.value("skip-menu").toInt() == 1;
|
||||
if (skipMenu) {
|
||||
skipMenuCheckBox->setCheckState(Qt::Checked);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user