No need to disable help screen

This commit is contained in:
djmaze 2021-09-17 14:37:18 +02:00
parent 10143cf48f
commit 2227e8ca21
6 changed files with 2 additions and 10 deletions

View file

@ -22,7 +22,6 @@ export class AbstractSystemDropDownUserView extends AbstractViewRight {
this.allowAccounts = Settings.capa(Capa.AdditionalAccounts);
this.allowSettings = Settings.capa(Capa.Settings);
this.allowHelp = Settings.capa(Capa.Help);
this.accountEmail = AccountUserStore.email;
@ -63,7 +62,7 @@ export class AbstractSystemDropDownUserView extends AbstractViewRight {
}
settingsHelp() {
this.allowHelp && showScreenPopup(KeyboardShortcutsHelpPopupView);
showScreenPopup(KeyboardShortcutsHelpPopupView);
}
addAccountClick() {