mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 01:35:04 +02:00
* Docs + itemFormat/focusItem format for web download manager
* Fix some typos
This commit is contained in:
parent
e316b5fe80
commit
b34294fbef
5 changed files with 35 additions and 11 deletions
|
@ -801,8 +801,6 @@
|
|||
|
||||
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}"
|
||||
}
|
||||
|
@ -811,6 +809,8 @@
|
|||
mci: {
|
||||
VM1: {
|
||||
height: 8
|
||||
itemFormat: "|00|03{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} |11{byteSize!sizeAbbr}"
|
||||
focusItemFormat: "|00|19|15{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} {byteSize!sizeAbbr}"
|
||||
}
|
||||
HM2: {
|
||||
width: 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue