mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-28 13:36:16 +02:00
Add to menu
This commit is contained in:
parent
1e2b6ae934
commit
c944e97699
3 changed files with 11 additions and 6 deletions
|
@ -988,8 +988,8 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
|||
});
|
||||
},
|
||||
(callback) => {
|
||||
const artSpec = this.menuConfig.config.art.dlQueueAdd ||
|
||||
Buffer.from('Exported message added to download queue');
|
||||
const artSpec = this.menuConfig.config.art.expToDlQueue ||
|
||||
Buffer.from('Exported message has been added to your download queue!');
|
||||
this.displayAsset(
|
||||
artSpec,
|
||||
{ clearScreen : true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue