Просмотр исходного кода

config: Read the entire screenshots category

lat9nq 2 лет назад
Родитель
Сommit
227950ac99
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/yuzu/configuration/config.cpp

+ 1 - 2
src/yuzu/configuration/config.cpp

@@ -592,8 +592,7 @@ void Config::ReadRendererValues() {
 void Config::ReadScreenshotValues() {
     qt_config->beginGroup(QStringLiteral("Screenshots"));
 
-    UISettings::values.enable_screenshot_save_as =
-        ReadSetting(QStringLiteral("enable_screenshot_save_as"), true).toBool();
+    ReadCategory(Settings::Category::Screenshots);
     FS::SetYuzuPath(
         FS::YuzuPath::ScreenshotsDir,
         qt_config