mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 19:48:23 +02:00
* Fix 'noHistory' flag and it's usage to be more natural
* Add 'popParent' menu flag (works like 'noHistory' used to)
This commit is contained in:
parent
1849d275f5
commit
7f80f4a7af
4 changed files with 14 additions and 13 deletions
|
@ -112,7 +112,7 @@ exports.getModule = class FileBaseSearch extends MenuModule {
|
|||
extraArgs : {
|
||||
filterCriteria : filterCriteria,
|
||||
},
|
||||
menuFlags : [ 'noHistory' ],
|
||||
menuFlags : [ 'popParent' ],
|
||||
};
|
||||
|
||||
return this.gotoMenu(this.menuConfig.config.fileBaseListEntriesMenu || 'fileBaseListEntries', menuOpts, cb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue