mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Activate "Simple attachments list" for #672
This commit is contained in:
parent
58e9ebc37b
commit
b47035ef43
44 changed files with 94 additions and 44 deletions
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue