Merge pull request #944

* WebHost: Remove "Random" as an option and move to separate button in …

* Merge branch 'main' into randomize-button

* Tweaked color and changed text of tooltip.

* Merge branch 'main' into randomize-button
This commit is contained in:
Zach Parks
2022-11-12 21:03:44 -06:00
committed by GitHub
parent 7665935227
commit 4d79920fa6
3 changed files with 100 additions and 14 deletions

View File

@@ -106,11 +106,6 @@ def create():
if sub_option_id == option.default:
this_option["defaultValue"] = sub_option_name
this_option["options"].append({
"name": "Random",
"value": "random",
})
if option.default == "random":
this_option["defaultValue"] = "random"