Activate "Simple attachments list" for #672

This commit is contained in:
the-djmaze 2022-11-15 13:13:52 +01:00
parent 58e9ebc37b
commit b47035ef43
44 changed files with 94 additions and 44 deletions

View file

@ -92,13 +92,13 @@ export class MailMessageView extends AbstractViewRight {
}, this.messageVisibility);
this.msgDefaultAction = SettingsUserStore.msgDefaultAction;
this.simpleAttachmentsList = SettingsUserStore.simpleAttachmentsList;
addObservablesTo(this, {
showAttachmentControls: !!Local.get(ClientSideKeyNameMessageAttachmentControls),
downloadAsZipLoading: false,
showFullInfo: '1' === Local.get(ClientSideKeyNameMessageHeaderFullInfo),
moreDropdownTrigger: false,
attachmentListSimple: false,
// viewer
viewFromShort: '',