Don't display the Search Engine tab by default.

This commit is contained in:
sledgehammer999 2014-09-14 22:09:33 +03:00
commit 59379942ac

View file

@ -844,7 +844,7 @@ void Preferences::banIP(const QString &ip) {
// Search
bool Preferences::isSearchEnabled() const {
return value("Preferences/Search/SearchEnabled", true).toBool();
return value("Preferences/Search/SearchEnabled", false).toBool();
}
void Preferences::setSearchEnabled(bool enabled) {