This commit is contained in:
the-djmaze 2022-11-15 12:12:01 +01:00
parent 901e45d672
commit 4a0a6c80fc
44 changed files with 52 additions and 3 deletions

View file

@ -214,6 +214,7 @@ export class ComposePopupView extends AbstractViewPopup {
this.allowContacts = AppUserStore.allowContacts();
this.allowIdentities = SettingsCapa('Identities');
this.allowSpellcheck = SettingsUserStore.allowSpellcheck;
addObservablesTo(this, {
identitiesDropdownTrigger: false,