mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -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
|
// 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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue