mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Port the campaign management page to auto.
Also fixes the oversight in the previous commit where float options were not saved when changed.
This commit is contained in:
@@ -7,6 +7,7 @@ def skill_option(
|
||||
text: str,
|
||||
page: str,
|
||||
section: str,
|
||||
default: str,
|
||||
detail: Optional[str] = None,
|
||||
**kwargs: Any,
|
||||
) -> str:
|
||||
@@ -14,6 +15,7 @@ def skill_option(
|
||||
text,
|
||||
page,
|
||||
section,
|
||||
default,
|
||||
["Average", "Good", "High", "Excellent"],
|
||||
detail=detail,
|
||||
**kwargs,
|
||||
|
||||
Reference in New Issue
Block a user