mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Don't display the Search Engine tab by default.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user