+ ToggleMenuView

* Start of hotkeys for menus
* General menu cleanup & rework
This commit is contained in:
Bryan Ashby 2015-04-27 16:04:41 -06:00
parent 10d8812300
commit 028c5be418
10 changed files with 172 additions and 9 deletions

View file

@ -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)) {