diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index 7556b4c7..c45b267e 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -22,6 +22,7 @@
  • Notifications
  • Fetching
  • Global Filters
  • +
  • UI Options
  • API
  • Time & Date
  • CAPTCHA & Proxies
  • @@ -240,6 +241,12 @@ nav

    +
    +
    + {{ render_checkbox_field(form.application.form.ui.form.open_diff_in_new_tab, class="open_diff_in_new_tab") }} + Enable this setting to open the diff page in a new tab. If disabled, the diff page will open in the current tab. +
    +