mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Formatting improvement for advanced page
This commit is contained in:
parent
4292351993
commit
b6d9b6f544
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ bool Launcher::AdvancedPage::loadSettings()
|
|||
maximumQuicksavesComboBox->setValue(mEngineSettings.getInt("max quicksaves", "Saves"));
|
||||
|
||||
// Other Settings
|
||||
|
||||
QString screenshotFormatString = QString::fromStdString(mEngineSettings.getString("screenshot format", "General")).toUpper();
|
||||
if (screenshotFormatComboBox->findText(screenshotFormatString) == -1)
|
||||
screenshotFormatComboBox->addItem(screenshotFormatString);
|
||||
|
|
Loading…
Reference in a new issue