fixed a race condition with the shortcut options
This commit is contained in:
parent
95868fc98d
commit
0e69428914
@ -74,10 +74,10 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
private function configLoadedEventHandler(e:Event):void {
|
||||
LogUtil.debug("***** Config Loaded ****");
|
||||
mainShell.initOptions(null);
|
||||
ShortcutOptions.initialize();
|
||||
}
|
||||
|
||||
private function appComplete():void{
|
||||
ShortcutOptions.initialize();
|
||||
hotkeyCapture();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user