mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Save showAttachmnetControls status to local storage (#1502)
This commit is contained in:
parent
650b655539
commit
230624b60c
3 changed files with 14 additions and 3 deletions
|
|
@ -210,7 +210,8 @@ export const ClientSideKeyName = {
|
|||
'LastReplyAction': 6,
|
||||
'LastSignMe': 7,
|
||||
'ComposeLastIdentityID': 8,
|
||||
'MessageHeaderFullInfo': 9
|
||||
'MessageHeaderFullInfo': 9,
|
||||
'MessageAttachmnetControls': 10
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue