WebHost: weighted-options bugfixes (#3448)

* Fix improper css for word-break on player-options page

* Add default handling to weighted-options types

* Remove random-low/mid/high from Toggle, Choice, and TextChoice,

* Port key sorting for OptionList and OptionSet from player-options to weighted-options

* Ensure Choice and TextChoice values are set properly

* Remove debug line 🤦‍♂️
This commit is contained in:
Chris Wilson
2024-06-03 18:43:01 -04:00
committed by GitHub
parent c7eef13b33
commit 06e65c1dc6
3 changed files with 23 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ html{
border-radius: 8px;
padding: 1rem;
color: #eeffeb;
word-break: break-all;
word-break: break-word;
#player-options-header{
h1{