mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -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
|
// Search
|
||||||
bool isSearchEnabled() const {
|
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) {
|
void setSearchEnabled(bool enabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user