Removed AppAdminStore

This commit is contained in:
djmaze 2021-03-16 14:15:05 +01:00
parent 004eba6be2
commit 62cb918180
6 changed files with 11 additions and 39 deletions

View file

@ -136,10 +136,6 @@ class AppUser extends AbstractApp {
shortcuts.add('escape,enter', '', KeyState.All, () => rl.Dropdowns.detectVisibility());
}
remote() {
return Remote;
}
reload() {
(Settings.app('inIframe') ? parent : window).location.reload();
}