appmodel for keewebhttp

This commit is contained in:
antelle 2019-09-28 15:20:29 +02:00
parent 886d452996
commit 009d854622
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class AppModel {
Events.on('unset-keyfile', this.unsetKeyFile.bind(this));
this.appLogger = new Logger('app');
AppModel.instance = this; // For KeeWebHttp. TODO: kill this
}
prepare() {