Skip to content
Snippets Groups Projects
Unverified Commit 73972892 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2832 from FearlessTobi/im-an-idiot

configuration/config: Add missing screenshot path read
parents 50b5bb44 952f010c
No related branches found
No related tags found
No related merge requests found
......@@ -516,6 +516,7 @@ void Config::ReadPathValues() {
UISettings::values.roms_path = ReadSetting(QStringLiteral("romsPath")).toString();
UISettings::values.symbols_path = ReadSetting(QStringLiteral("symbolsPath")).toString();
UISettings::values.screenshot_path = ReadSetting(QStringLiteral("screenshotPath")).toString();
UISettings::values.game_directory_path =
ReadSetting(QStringLiteral("gameListRootDir"), QStringLiteral(".")).toString();
UISettings::values.game_directory_deepscan =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment