options UI for image quality

This commit is contained in:
zadam
2019-11-03 17:59:11 +01:00
parent c9e4261930
commit ab04bde5fb
3 changed files with 41 additions and 4 deletions

View File

@@ -34,7 +34,9 @@ const ALLOWED_OPTIONS = [
'calendarWidget',
'codeNotesMimeTypes',
'spellCheckEnabled',
'spellCheckLanguageCode'
'spellCheckLanguageCode',
'imageMaxWidthHeight',
'imageJpegQuality'
];
async function getOptions() {