config: Read the entire screenshots category
This commit is contained in:
parent
bc5ec10498
commit
227950ac99
1 changed files with 1 additions and 2 deletions
|
@ -592,8 +592,7 @@ void Config::ReadRendererValues() {
|
||||||
void Config::ReadScreenshotValues() {
|
void Config::ReadScreenshotValues() {
|
||||||
qt_config->beginGroup(QStringLiteral("Screenshots"));
|
qt_config->beginGroup(QStringLiteral("Screenshots"));
|
||||||
|
|
||||||
UISettings::values.enable_screenshot_save_as =
|
ReadCategory(Settings::Category::Screenshots);
|
||||||
ReadSetting(QStringLiteral("enable_screenshot_save_as"), true).toBool();
|
|
||||||
FS::SetYuzuPath(
|
FS::SetYuzuPath(
|
||||||
FS::YuzuPath::ScreenshotsDir,
|
FS::YuzuPath::ScreenshotsDir,
|
||||||
qt_config
|
qt_config
|
||||||
|
|
Loading…
Reference in a new issue