@ -152,6 +152,7 @@ bool Launcher::AdvancedPage::loadSettings()
// Match the index with the option (only 0, 1, 2, or 3 are valid). Will default to 0 if invalid.
if ( showOwnedIndex > = 0 & & showOwnedIndex < = 3 )
showOwnedComboBox - > setCurrentIndex ( showOwnedIndex ) ;
loadSettingBool ( stretchBackgroundCheckBox , " stretch menu background " , " GUI " ) ;
}
// Bug fixes
@ -277,6 +278,7 @@ void Launcher::AdvancedPage::saveSettings()
int showOwnedCurrentIndex = showOwnedComboBox - > currentIndex ( ) ;
if ( showOwnedCurrentIndex ! = mEngineSettings . getInt ( " show owned " , " Game " ) )
mEngineSettings . setInt ( " show owned " , " Game " , showOwnedCurrentIndex ) ;
saveSettingBool ( stretchBackgroundCheckBox , " stretch menu background " , " GUI " ) ;
}
// Bug fixes