From 6dfe55f444bbe59899b583a5c795714bf50e91f7 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 12 Sep 2023 14:58:13 -0500 Subject: Fix archive parsing and BSA invalidation --- src/profile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/profile.cpp') 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); -- cgit v1.3.1