Skip to content

Commit

Permalink
Bookmark rules
Browse files Browse the repository at this point in the history
  • Loading branch information
madprops committed Sep 25, 2024
1 parent 15c8397 commit 5e01784
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/main/setting_props.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand All @@ -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`,
Expand Down

0 comments on commit 5e01784

Please sign in to comment.