mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 07:51:52 +02:00
Add to menu
This commit is contained in:
parent
1e2b6ae934
commit
c944e97699
3 changed files with 11 additions and 6 deletions
|
@ -477,10 +477,11 @@
|
|||
module: msg_area_view_fse
|
||||
config: {
|
||||
art: {
|
||||
header: MSGVHDR
|
||||
body: MSGBODY
|
||||
header: MSGVHDR
|
||||
body: MSGBODY
|
||||
footerView: MSGVFTR
|
||||
help: MSGVHLP
|
||||
help: MSGVHLP
|
||||
expToDlQueue: mb_export_dl_queue
|
||||
},
|
||||
editorMode: view
|
||||
editorType: area
|
||||
|
@ -525,7 +526,7 @@
|
|||
mci: {
|
||||
HM1: {
|
||||
// :TODO: (#)Jump/(L)Index (msg list)/Last
|
||||
items: [ "prev", "next", "reply", "quit", "help" ]
|
||||
items: [ "prev", "next", "reply", "quit", "download", "help" ]
|
||||
focusItemIndex: 1
|
||||
}
|
||||
}
|
||||
|
@ -552,6 +553,10 @@
|
|||
}
|
||||
{
|
||||
value: { 1: 4 }
|
||||
action: @method:addToDownloadQueue
|
||||
}
|
||||
{
|
||||
value: { 1: 5 }
|
||||
action: @method:viewModeMenuHelp
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue