1.0-dev13 (Scheduling feature added, warnings about metered connection added, tasks list placeholder added)

This commit is contained in:
2022-03-03 21:16:39 +01:00
Unverified
parent 37c42883d8
commit 4f33ed55f6
13 changed files with 215 additions and 21 deletions

View File

@@ -35,7 +35,9 @@ namespace VDownload.Core.Services
{ "remove_task_when_successfully_ended", false },
{ "delete_task_temp_when_ended_with_error", false },
{ "show_notification_when_task_ended_successfully", false },
{ "show_notification_when_task_ended_unsuccessfully", false }
{ "show_notification_when_task_ended_unsuccessfully", false },
{ "show_warning_when_task_starts_on_metered_network", true },
{ "delay_task_when_queued_task_starts_on_metered_network", true }
};
#endregion