mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Don't display the Search Engine tab by default.
Conflicts: src/preferences/preferences.cpp
This commit is contained in:
parent
d0374dd425
commit
0031cfc60a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue