Activate "Simple attachments list" for #672

This commit is contained in:
the-djmaze 2022-11-15 13:13:52 +01:00
parent 58e9ebc37b
commit b47035ef43
44 changed files with 94 additions and 44 deletions

View file

@ -19,6 +19,7 @@ export const SettingsUserStore = new class {
showImages: 0,
removeColors: 0,
listInlineAttachments: 0,
simpleAttachmentsList: 0,
useCheckboxesInList: 1,
allowDraftAutosave: 1,
useThreads: 0,
@ -80,6 +81,7 @@ export const SettingsUserStore = new class {
self.showImages(SettingsGet('ShowImages'));
self.removeColors(SettingsGet('RemoveColors'));
self.listInlineAttachments(SettingsGet('ListInlineAttachments'));
self.simpleAttachmentsList(SettingsGet('simpleAttachmentsList'));
self.useCheckboxesInList(SettingsGet('UseCheckboxesInList'));
self.allowDraftAutosave(SettingsGet('AllowDraftAutosave'));
self.useThreads(SettingsGet('UseThreads'));