new settings added

This commit is contained in:
2024-03-10 13:42:41 +01:00
Unverified
parent 7f1163449c
commit 6246a96be7
15 changed files with 112 additions and 20 deletions

View File

@@ -30,5 +30,11 @@ namespace VDownload.Services.Data.Settings.Models
[JsonProperty("max_number_of_running_tasks")]
public int MaxNumberOfRunningTasks { get; set; } = 5;
[JsonProperty("show_metered_connection_warnings")]
public bool ShowMeteredConnectionWarnings { get; set; } = true;
[JsonProperty("replace_output_file_if_exists")]
public bool ReplaceOutputFileIfExists { get; set; } = false;
}
}