mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Don't display the Search Engine tab by default.
This commit is contained in:
parent
b6d4030cd8
commit
59379942ac
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ void Preferences::banIP(const QString &ip) {
|
||||||
|
|
||||||
// Search
|
// Search
|
||||||
bool Preferences::isSearchEnabled() const {
|
bool Preferences::isSearchEnabled() const {
|
||||||
return value("Preferences/Search/SearchEnabled", true).toBool();
|
return value("Preferences/Search/SearchEnabled", false).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setSearchEnabled(bool enabled) {
|
void Preferences::setSearchEnabled(bool enabled) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue