diff --git a/src/preferences/preferences.h b/src/preferences/preferences.h index 7e9d3c650..7fc99821e 100755 --- a/src/preferences/preferences.h +++ b/src/preferences/preferences.h @@ -725,7 +725,7 @@ public: // Search bool isSearchEnabled() const { - return value(QString::fromUtf8("Preferences/Search/SearchEnabled"), true).toBool(); + return value(QString::fromUtf8("Preferences/Search/SearchEnabled"), false).toBool(); } void setSearchEnabled(bool enabled) {