Minor updates

This commit is contained in:
Bryan Ashby 2022-05-08 11:38:03 -06:00
parent f7788fc01c
commit 14be645de3
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@
mainInfoFormat11: "|00|10{callsToday:>5}"
mainInfoFormat12: "|00|10{postsToday:>5}"
mainInfoFormat13: "|00|10{uploadsToday:>2} |08/ |10{uploadBytesToday!sizeWithoutAbbr} |02{uploadBytesToday!sizeAbbr}"
mainInfoFormat14: "|00|10{downloadsToday:>2} |08/ |10{downloadBytesToday!sizeWithoutAbbr} |02{downloadsBytesToday!sizeAbbr}"
mainInfoFormat14: "|00|10{downloadsToday:>2} |08/ |10{downloadBytesToday!sizeWithoutAbbr} |02{downloadBytesToday!sizeAbbr}"
mainInfoFormat15: "|00|10{lastLoginUserName:<26} |02{lastLogin}"

View File

@ -21,7 +21,7 @@ exports.moduleInfo = {
};
const FormIds = {
main : 0,
main : 0,
};
const MciViewIds = {