mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Update MessageView.js
This commit is contained in:
parent
5e115982eb
commit
f807bcdcef
1 changed files with 1 additions and 3 deletions
|
|
@ -6,7 +6,6 @@ import { ScopeFolderList, ScopeMessageList, ScopeMessageView } from 'Common/Enum
|
|||
import {
|
||||
ComposeType,
|
||||
ClientSideKeyNameMessageHeaderFullInfo,
|
||||
ClientSideKeyNameMessageAttachmentControls,
|
||||
FolderType,
|
||||
MessageSetAction
|
||||
} from 'Common/EnumsUser';
|
||||
|
|
@ -105,7 +104,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
this.simpleAttachmentsList = SettingsUserStore.simpleAttachmentsList;
|
||||
|
||||
addObservablesTo(this, {
|
||||
showAttachmentControls: !!Local.get(ClientSideKeyNameMessageAttachmentControls),
|
||||
showAttachmentControls: true,
|
||||
downloadAsZipLoading: false,
|
||||
showFullInfo: '1' === Local.get(ClientSideKeyNameMessageHeaderFullInfo),
|
||||
// bootstrap dropdown
|
||||
|
|
@ -482,7 +481,6 @@ export class MailMessageView extends AbstractViewRight {
|
|||
toggleAttachmentControls() {
|
||||
const b = !this.showAttachmentControls();
|
||||
this.showAttachmentControls(b);
|
||||
Local.set(ClientSideKeyNameMessageAttachmentControls, b);
|
||||
}
|
||||
|
||||
downloadAsZip() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue