mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
+ ToggleMenuView
* Start of hotkeys for menus * General menu cleanup & rework
This commit is contained in:
parent
10d8812300
commit
028c5be418
10 changed files with 172 additions and 9 deletions
|
@ -203,6 +203,11 @@ function ViewController(options) {
|
|||
view.textMaskChar = self.client.currentThemeInfo.getPasswordChar();
|
||||
}
|
||||
|
||||
value = getViewProp('hotkeys');
|
||||
if(_.isObject(value)) {
|
||||
view.setHotKeys(value);
|
||||
}
|
||||
|
||||
|
||||
value = getViewProp('submit');
|
||||
if(_.isBoolean(value)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue