mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Moved AllowDraftAutosave option from Settings -> Security to Settings -> General -> Compose
This commit is contained in:
parent
edcb84b4ae
commit
03379a6163
43 changed files with 93 additions and 110 deletions
|
|
@ -10,8 +10,6 @@ import { SettingsUserStore } from 'Stores/User/Settings';
|
|||
import { GnuPGUserStore } from 'Stores/User/GnuPG';
|
||||
import { OpenPGPUserStore } from 'Stores/User/OpenPGP';
|
||||
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
import { showScreenPopup } from 'Knoin/Knoin';
|
||||
|
||||
import { OpenPgpImportPopupView } from 'View/Popup/OpenPgpImport';
|
||||
|
|
@ -46,10 +44,6 @@ export class UserSettingsSecurity extends AbstractViewSettings {
|
|||
this.canOpenPGP = SettingsCapa('OpenPGP');
|
||||
this.canGnuPG = GnuPGUserStore.isSupported();
|
||||
this.canMailvelope = !!window.mailvelope;
|
||||
|
||||
this.allowDraftAutosave = SettingsUserStore.allowDraftAutosave;
|
||||
|
||||
this.allowDraftAutosave.subscribe(value => Remote.saveSetting('AllowDraftAutosave', value))
|
||||
}
|
||||
|
||||
addOpenPgpKey() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue