Добавлена возможность доступа по паролю

This commit is contained in:
Book Pauk
2022-09-26 17:27:45 +07:00
parent afef0ed04c
commit 0b6b014d5f
12 changed files with 358 additions and 58 deletions

View File

@@ -148,8 +148,8 @@ class StdDialog {
hotKeyCode = '';
created() {
if (this.$root.addEventHook) {
this.$root.addEventHook('key', this.keyHook);
if (this.$root.addKeyHook) {
this.$root.addKeyHook(this.keyHook);
}
}