summaryrefslogtreecommitdiff
path: root/ext/fg/js/frame.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js/frame.js')
-rw-r--r--ext/fg/js/frame.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/frame.js b/ext/fg/js/frame.js
index 4295dbb3..2443f85b 100644
--- a/ext/fg/js/frame.js
+++ b/ext/fg/js/frame.js
@@ -34,9 +34,9 @@ class Frame {
const sequence = ++this.sequence;
const context = {
definitions,
- grouped: options.groupTermResults,
+ grouped: options.general.groupResults,
addable: options.ankiMethod !== 'disabled',
- playback: options.enableAudioPlayback
+ playback: options.general.audioPlayback
};
this.definitions = definitions;