aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/options.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-15 19:56:14 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-15 19:56:14 -0400
commit3a5b06bd1078d39cf9b29cbc05a0cde13c96ca94 (patch)
tree9bf9d86869425a4364bd6fe9ae5c79c50f1a39b4 /ext/bg/js/options.js
parent0f0adf750c8cde668cdcf369cbe0ac173a9edf3f (diff)
Add screenshot settings
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r--ext/bg/js/options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index 96e390f4..29d8a215 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -224,6 +224,7 @@ function optionsSetDefaults(options) {
server: 'http://127.0.0.1:8765',
tags: ['yomichan'],
sentenceExt: 200,
+ screenshot: {format: 'png', quality: 92},
terms: {deck: '', model: '', fields: {}},
kanji: {deck: '', model: '', fields: {}},
fieldTemplates: optionsFieldTemplates()