[enh] Add preference section to two upstream plugins for simple theme integration

This commit is contained in:
Étienne Deparis 2019-01-06 18:38:51 +01:00
parent 3c95d64ff8
commit 0d4d58f794
2 changed files with 2 additions and 0 deletions

View file

@ -20,5 +20,6 @@ description = gettext('Results are opened in the same window by default. '
'This plugin overwrites the default behaviour to open links on new tabs/windows. '
'(JavaScript required)')
default_on = False
preference_section = 'ui'
js_dependencies = ('plugins/js/open_results_on_new_tab.js',)