summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index 42a2ad16..b4b0ddcb 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -1073,7 +1073,7 @@ void Profile::storeSettingsByArray(const QString &prefix, const QList<QVariantMa
bool Profile::forcedLibrariesEnabled(const QString &executable) const
{
- return setting("forced_libraries", executable + "/enabled", false).toBool();
+ return setting("forced_libraries", executable + "/enabled", true).toBool();
}
void Profile::setForcedLibrariesEnabled(const QString &executable, bool enabled)