+ ToggleMenuView
* Start of hotkeys for menus * General menu cleanup & rework
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user