mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 07:51:52 +02:00
Fix message counter and message area display in message listings
This commit is contained in:
parent
5b698b34ef
commit
26e8e0f6d0
4 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ exports.moduleInfo = {
|
|||
|
||||
const MciViewIds = {
|
||||
msgList : 1, // VM1
|
||||
MsgInfo1 : 2, // TL2
|
||||
msgInfo1 : 2, // TL2
|
||||
};
|
||||
|
||||
exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(MenuModule) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue