diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-12 14:58:13 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:31:32 -0500 |
| commit | 6dfe55f444bbe59899b583a5c795714bf50e91f7 (patch) | |
| tree | e1b14948db207ac545800beec935b62adecb18c6 /src/profile.cpp | |
| parent | 41c4d0922946b2f7b090f0d5844e04eb138e9c1a (diff) | |
Fix archive parsing and BSA invalidation
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index d4299a7b..13ce41c7 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -177,7 +177,8 @@ void Profile::findProfileSettings() } } - if (setting("", "LocalSettings") == QVariant()) { + if (setting("", "LocalSettings") == + QVariant()) { QString backupFile = getIniFileName() + "_"; if (m_Directory.exists(backupFile)) { storeSetting("", "LocalSettings", true); |
