|
|
@ -73,7 +73,10 @@ void Launcher::AdvancedPage::saveSettings()
|
|
|
|
|
|
|
|
|
|
|
|
// Saves Settings
|
|
|
|
// Saves Settings
|
|
|
|
saveSettingBool(timePlayedCheckbox, "timeplayed", "Saves");
|
|
|
|
saveSettingBool(timePlayedCheckbox, "timeplayed", "Saves");
|
|
|
|
mEngineSettings.setInt("max quicksaves", "Saves", maximumQuicksavesComboBox->value());
|
|
|
|
int maximumQuicksaves = maximumQuicksavesComboBox->value();
|
|
|
|
|
|
|
|
if (maximumQuicksaves != mEngineSettings.getInt("max quicksaves", "Saves")) {
|
|
|
|
|
|
|
|
mEngineSettings.setInt("max quicksaves", "Saves", maximumQuicksaves);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Other Settings
|
|
|
|
// Other Settings
|
|
|
|
std::string screenshotFormatString = screenshotFormatComboBox->currentText().toLower().toStdString();
|
|
|
|
std::string screenshotFormatString = screenshotFormatComboBox->currentText().toLower().toStdString();
|
|
|
|