From 3e5e353ce1a2c86c227e886c13c1f5466d7c1caa Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sat, 7 Jun 2014 21:34:32 +0800 Subject: [PATCH] add download specific default properties --- configuration.js | 4 ++++ index.html | 7 +++---- js/ctrls/modal.js | 16 ++++++++++++---- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/configuration.js b/configuration.js index 62a2477..8e975c7 100644 --- a/configuration.js +++ b/configuration.js @@ -32,6 +32,10 @@ angular // go to Global Settings dialog to see their description 'dir', 'conf-path', 'auto-file-renaming', 'max-connection-per-server', ]) +.constant('$downloadProps', [ // Similar to starred Quick Access properties but for adding new downloads. + // go to Advance Download Options when adding a new download to view the list of possible options + 'pause', 'dir', 'max-connection-per-server' +]) .constant('$globalTimeout', 1000) // interval to update the individual downloads ; diff --git a/index.html b/index.html index b13a360..764c3d5 100755 --- a/index.html +++ b/index.html @@ -651,6 +651,7 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4

+ Download Settings
@@ -660,13 +661,11 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4
-

+
+ - - -