From e1fc0d22b6c9d7670664c68e0feb8766540bfca5 Mon Sep 17 00:00:00 2001 From: Al12rs Date: Tue, 13 Feb 2018 21:02:56 +0100 Subject: - Fixed a bug that would keep re-activating the "Create files in mod instead of Overwrite" setting in the executable dialog after the user activated it for the first time. Basically it looked in the stored settings to see if there was an entry for that executable to decide if the checkbox was to be enebled but never deleted that entry if the checkbox was then deselected. --- src/profile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/profile.h') diff --git a/src/profile.h b/src/profile.h index 3e620b3c..1fcad046 100644 --- a/src/profile.h +++ b/src/profile.h @@ -292,6 +292,7 @@ public: void storeSetting(const QString §ion, const QString &name, const QVariant &value); + void removeSetting(const QString §ion, const QString &name); signals: -- cgit v1.3.1