diff --git a/art/themes/luciano_blocktronics/FWDLMGR.ANS b/art/themes/luciano_blocktronics/FWDLMGR.ANS new file mode 100644 index 00000000..b0e7fffc Binary files /dev/null and b/art/themes/luciano_blocktronics/FWDLMGR.ANS differ diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index d553ed83..19f63194 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -787,6 +787,27 @@ } } + fileBaseWebDownloadManager: { + config: { + queueListFormat: "|00|03{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} |11{byteSize!sizeAbbr}" + focusQueueListFormat: "|00|19|15{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} {byteSize!sizeAbbr}" + queueManagerInfoFormat10: "|03batch|08: |03{webBatchDlLink}" + queueManagerInfoFormat11: "|03exp |08: |03{webBatchDlExpire}" + } + + 0: { + mci: { + VM1: { + height: 8 + } + HM2: { + width: 50 + focusTextStyle: first lower + } + } + } + } + fileBaseUploadFiles: { config: { // processing diff --git a/config/menu.hjson b/config/menu.hjson index 8eaedb1e..386c6f89 100644 --- a/config/menu.hjson +++ b/config/menu.hjson @@ -2530,6 +2530,10 @@ value: { menuOption: "D" } action: @menu:fileBaseDownloadManager } + { + value: { menuOption: "W" } + action: @menu:fileBaseWebDownloadManager + } { value: { menuOption: "U" } action: @menu:fileBaseUploadFiles @@ -3262,7 +3266,7 @@ art: ULNOAREA options: { pause: true - menuFlags: [ "noHistory" ] + menuFlags: [ "noHistory", "popParent" ] } }