mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
[Web UI] Additional checks in Options dialog
This commit is contained in:
parent
d9ef7c1b32
commit
0ed8ea9599
3 changed files with 58 additions and 54 deletions
|
@ -68,9 +68,7 @@ QByteArray prefjson::getPreferences()
|
|||
var_list << b;
|
||||
}
|
||||
data["download_in_scan_dirs"] = var_list;
|
||||
data["export_dir_enabled"] = pref->isTorrentExportEnabled();
|
||||
data["export_dir"] = Utils::Fs::toNativePath(pref->getTorrentExportDir());
|
||||
data["export_dir_fin_enabled"] = pref->isFinishedTorrentExportEnabled();
|
||||
data["export_dir_fin"] = Utils::Fs::toNativePath(pref->getFinishedTorrentExportDir());
|
||||
// Email notification upon download completion
|
||||
data["mail_notification_enabled"] = pref->isMailNotificationEnabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue