This commit is contained in:
the-djmaze 2023-01-31 14:45:50 +01:00
parent 6129fb4233
commit 07079b519a
44 changed files with 287 additions and 102 deletions

View file

@ -16,7 +16,8 @@ export const SettingsUserStore = new class {
addObservablesTo(self, {
viewHTML: 1,
showImages: 0,
viewImages: 0,
viewImagesWhitelist: '',
removeColors: 0,
listInlineAttachments: 0,
simpleAttachmentsList: 0,
@ -81,7 +82,8 @@ export const SettingsUserStore = new class {
self.msgDefaultAction(SettingsGet('MsgDefaultAction'));
self.viewHTML(SettingsGet('ViewHTML'));
self.showImages(SettingsGet('ShowImages'));
self.viewImages(SettingsGet('ViewImages'));
self.viewImagesWhitelist(SettingsGet('ViewImagesWhitelist'));
self.removeColors(SettingsGet('RemoveColors'));
self.listInlineAttachments(SettingsGet('ListInlineAttachments'));
self.simpleAttachmentsList(SettingsGet('simpleAttachmentsList'));