mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
fix fullscreen loading (#3570)
This commit is contained in:
@@ -685,7 +685,7 @@ void SettingsDialog::LoadValuesFromConfig() {
|
||||
ui->volumeText->setText(QString::number(ui->horizontalVolumeSlider->sliderPosition()) + "%");
|
||||
|
||||
std::string fullScreenMode =
|
||||
toml::find_or<std::string>(data, "General", "FullscreenMode", "Windowed");
|
||||
toml::find_or<std::string>(data, "GPU", "FullscreenMode", "Windowed");
|
||||
QString translatedText_FullscreenMode =
|
||||
screenModeMap.key(QString::fromStdString(fullScreenMode));
|
||||
ui->displayModeComboBox->setCurrentText(translatedText_FullscreenMode);
|
||||
|
||||
Reference in New Issue
Block a user