mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Drop mail composer HTML/Plain Forced to prevent confusions like in #355
This commit is contained in:
parent
bde9835d5d
commit
435b590b3e
41 changed files with 9 additions and 90 deletions
|
|
@ -18,9 +18,7 @@ export const SettingsUserStore = new class {
|
|||
self.editorDefaultType = ko.observable('Html').extend({
|
||||
limitedList: [
|
||||
EditorDefaultType.Html,
|
||||
EditorDefaultType.Plain,
|
||||
EditorDefaultType.HtmlForced,
|
||||
EditorDefaultType.PlainForced
|
||||
EditorDefaultType.Plain
|
||||
]
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue