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