mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Make the "show inline images as attachments" optional and cleanup localization data
This commit is contained in:
parent
02eb5ad4e8
commit
a51f86ae28
45 changed files with 1006 additions and 1251 deletions
4
dev/External/SquireUI.js
vendored
4
dev/External/SquireUI.js
vendored
|
|
@ -81,8 +81,8 @@ class SquireUI
|
|||
// html: '〈〉',
|
||||
// cmd: () => this.setMode('plain' == this.mode ? 'wysiwyg' : 'plain'),
|
||||
select: [
|
||||
[i18n('SETTINGS_GENERAL/LABEL_EDITOR_HTML'),'wysiwyg'],
|
||||
[i18n('SETTINGS_GENERAL/LABEL_EDITOR_PLAIN'),'plain']
|
||||
[i18n('SETTINGS_GENERAL/EDITOR_HTML'),'wysiwyg'],
|
||||
[i18n('SETTINGS_GENERAL/EDITOR_PLAIN'),'plain']
|
||||
],
|
||||
cmd: s => this.setMode('plain' == s.value ? 'plain' : 'wysiwyg'),
|
||||
hint: i18n('EDITOR/TEXT_SWITCHER_PLAIN_TEXT', 'Plain')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue