mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Disable torrent addition dialog as a default
This commit is contained in:
@@ -195,7 +195,7 @@ public:
|
||||
|
||||
static bool useAdditionDialog() {
|
||||
QSettings settings("qBittorrent", "qBittorrent");
|
||||
return settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), true).toBool();
|
||||
return settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), false).toBool();
|
||||
}
|
||||
|
||||
static bool addTorrentsInPause() {
|
||||
|
||||
Reference in New Issue
Block a user