diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 10:59:53 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 11:03:24 -0600 |
| commit | 027edcf688131642229cf3c97e5eae2594c328c0 (patch) | |
| tree | c664f9c6bf2f046ddfcfefb7d612adb43698a23e /src/profile.cpp | |
| parent | ff51aa10c27ce09ddacccc84e09105f333a36abc (diff) | |
Enable per-profile game INI files by default again
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index 821be4b4..e2274346 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -171,10 +171,8 @@ void Profile::findProfileSettings() if (m_Directory.exists(backupFile)) { storeSetting("LocalSettings", false); m_Directory.rename(backupFile, getIniFileName()); - } else if (m_Directory.exists(getIniFileName())) { - storeSetting("LocalSettings", true); } else { - storeSetting("LocalSettings", false); + storeSetting("LocalSettings", true); } } |
