From 5e017848b2e337c26b811a1dc4c04d7d10549c39 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 25 Sep 2024 12:23:54 -0600 Subject: [PATCH] Bookmark rules --- js/main/setting_props.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/main/setting_props.js b/js/main/setting_props.js index 8d159b6be..52d1c1160 100644 --- a/js/main/setting_props.js +++ b/js/main/setting_props.js @@ -235,6 +235,13 @@ App.build_settings = () => { info: `Save bookmarks on certain folders based on rules`, version: 1, }, + domain_rules: { + name: `Domain Rules`, + type: `list`, + value: [], + info: `Apply rules to domains automatically, like color, title, and tags`, + version: 1, + }, custom_urls: { name: `Custom URLs`, type: `list`, @@ -246,13 +253,6 @@ App.build_settings = () => { info: `List of URLs that can be used in commands`, version: 1, }, - domain_rules: { - name: `Domain Rules`, - type: `list`, - value: [], - info: `Apply rules to domains automatically, like color, title, and tags`, - version: 1, - }, open_in_new_tab: { name: `Open In New Tab`, type: `checkbox`,