diff options
Diffstat (limited to 'ext/data')
-rw-r--r-- | ext/data/schemas/options-schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 5db4c087..1bbdf183 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -99,6 +99,7 @@ "popupScaleRelativeToPageZoom", "popupScaleRelativeToVisualViewport", "showGuide", + "enableContextMenuScanSelected", "compactTags", "glossaryLayoutMode", "mainDictionary", @@ -206,6 +207,10 @@ "type": "boolean", "default": true }, + "enableContextMenuScanSelected": { + "type": "boolean", + "default": true + }, "compactTags": { "type": "boolean", "default": false |