mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Brand new torrent addition dialog
This commit is contained in:
@@ -242,11 +242,11 @@ public:
|
||||
}
|
||||
|
||||
bool useAdditionDialog() const {
|
||||
return value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), false).toBool();
|
||||
return value(QString::fromUtf8("Preferences/Downloads/NewAdditionDialog"), true).toBool();
|
||||
}
|
||||
|
||||
void useAdditionDialog(bool b) {
|
||||
setValue("Preferences/Downloads/AdditionDialog", b);
|
||||
setValue("Preferences/Downloads/NewAdditionDialog", b);
|
||||
}
|
||||
|
||||
bool addTorrentsInPause() const {
|
||||
|
||||
Reference in New Issue
Block a user