diff options
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/dictionary.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index f2f7f687..505331ea 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -3,6 +3,7 @@ <div class="checkbox"> <label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label> + <label><input type="radio" class="dict-main" {{#if main}}checked{{/if}}> Set as main dictionary</label> </div> <div class="form-group options-advanced"> <label for="dict-{{title}}">Result priority</label> |