Add to menu
This commit is contained in:
BIN
art/themes/luciano_blocktronics/mb_export_dl_queue.ans
Normal file
BIN
art/themes/luciano_blocktronics/mb_export_dl_queue.ans
Normal file
Binary file not shown.
@@ -988,8 +988,8 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
(callback) => {
|
(callback) => {
|
||||||
const artSpec = this.menuConfig.config.art.dlQueueAdd ||
|
const artSpec = this.menuConfig.config.art.expToDlQueue ||
|
||||||
Buffer.from('Exported message added to download queue');
|
Buffer.from('Exported message has been added to your download queue!');
|
||||||
this.displayAsset(
|
this.displayAsset(
|
||||||
artSpec,
|
artSpec,
|
||||||
{ clearScreen : true },
|
{ clearScreen : true },
|
||||||
|
|||||||
@@ -477,10 +477,11 @@
|
|||||||
module: msg_area_view_fse
|
module: msg_area_view_fse
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
header: MSGVHDR
|
header: MSGVHDR
|
||||||
body: MSGBODY
|
body: MSGBODY
|
||||||
footerView: MSGVFTR
|
footerView: MSGVFTR
|
||||||
help: MSGVHLP
|
help: MSGVHLP
|
||||||
|
expToDlQueue: mb_export_dl_queue
|
||||||
},
|
},
|
||||||
editorMode: view
|
editorMode: view
|
||||||
editorType: area
|
editorType: area
|
||||||
@@ -525,7 +526,7 @@
|
|||||||
mci: {
|
mci: {
|
||||||
HM1: {
|
HM1: {
|
||||||
// :TODO: (#)Jump/(L)Index (msg list)/Last
|
// :TODO: (#)Jump/(L)Index (msg list)/Last
|
||||||
items: [ "prev", "next", "reply", "quit", "help" ]
|
items: [ "prev", "next", "reply", "quit", "download", "help" ]
|
||||||
focusItemIndex: 1
|
focusItemIndex: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -552,6 +553,10 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
value: { 1: 4 }
|
value: { 1: 4 }
|
||||||
|
action: @method:addToDownloadQueue
|
||||||
|
}
|
||||||
|
{
|
||||||
|
value: { 1: 5 }
|
||||||
action: @method:viewModeMenuHelp
|
action: @method:viewModeMenuHelp
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user