Don't display the Search Engine tab by default.

Conflicts:
	src/preferences/preferences.cpp
This commit is contained in:
sledgehammer999
2014-09-14 22:09:33 +03:00
parent d0374dd425
commit 0031cfc60a

View File

@@ -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) {