mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user