mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +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
|
|
@ -13,7 +13,6 @@ export const Capa = {
|
|||
AttachmentsActions: 'ATTACHMENTS_ACTIONS',
|
||||
DangerousActions: 'DANGEROUS_ACTIONS',
|
||||
Settings: 'SETTINGS',
|
||||
Help: 'HELP',
|
||||
Themes: 'THEMES',
|
||||
UserBackground: 'USER_BACKGROUND',
|
||||
Sieve: 'SIEVE',
|
||||
|
|
|
|||
|
|
@ -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