mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Resolve #574
This commit is contained in:
parent
901e45d672
commit
4a0a6c80fc
44 changed files with 52 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ export const SettingsUserStore = new class {
|
|||
requestDsn: 0,
|
||||
pgpSign: 0,
|
||||
pgpEncrypt: 0,
|
||||
allowSpellcheck: 0,
|
||||
|
||||
layout: 1,
|
||||
editorDefaultType: 'Html',
|
||||
|
|
@ -92,5 +93,6 @@ export const SettingsUserStore = new class {
|
|||
self.requestDsn(SettingsGet('requestDsn'));
|
||||
self.pgpSign(SettingsGet('pgpSign'));
|
||||
self.pgpEncrypt(SettingsGet('pgpEncrypt'));
|
||||
self.allowSpellcheck(SettingsGet('allowSpellcheck'));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue