mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 06:54:20 +00:00
Don't display the Search Engine tab by default.
This commit is contained in:
parent
b6d4030cd8
commit
59379942ac
@ -844,7 +844,7 @@ void Preferences::banIP(const QString &ip) {
|
||||
|
||||
// Search
|
||||
bool Preferences::isSearchEnabled() const {
|
||||
return value("Preferences/Search/SearchEnabled", true).toBool();
|
||||
return value("Preferences/Search/SearchEnabled", false).toBool();
|
||||
}
|
||||
|
||||
void Preferences::setSearchEnabled(bool enabled) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user