mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
No need to disable help screen
This commit is contained in:
parent
10143cf48f
commit
2227e8ca21
6 changed files with 2 additions and 10 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue