Skip to content

Commit

Permalink
make wip supporter features not be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 21, 2024
1 parent 5c0622b commit 8923a54
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,17 @@
"type": "bool",
"default": false,
"name": "Better Warp Selection (WIP)",
"enable-if": "saved:has-pro",
"enable-if-description": "This Feature is Supporter-Only"
"description": "<cr>THIS FEATURE IS HEAVILY WIP</c>",
"enable-if": "saved:has-pro && dev-mode",
"enable-if-description": "This Feature is Supporter-Only & Heavily WIP!"
},
"enable-pro-ui": {
"type": "bool",
"default": true,
"default": false,
"name": "Enable Pro UI",
"description": "Give the Editor a <cy>New Look</c>!",
"enable-if": "saved:has-pro",
"enable-if-description": "This Feature is Supporter-Only"
"description": "Give the Editor a <cy>New Look</c>! <cr>THIS FEATURE IS HEAVILY WIP</c>",
"enable-if": "saved:has-pro && dev-mode",
"enable-if-description": "This Feature is Supporter-Only & Heavily WIP!"
}
},
"tags": ["editor", "enhancement", "utility", "customization"]
Expand Down

0 comments on commit 8923a54

Please sign in to comment.