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:
@@ -15,6 +15,7 @@ def bounded_float_option(
|
||||
text: str,
|
||||
page: str,
|
||||
section: str,
|
||||
default: float,
|
||||
min: float,
|
||||
max: float,
|
||||
divisor: int,
|
||||
@@ -27,5 +28,6 @@ def bounded_float_option(
|
||||
page, section, text, detail, min, max, divisor
|
||||
)
|
||||
},
|
||||
default=default,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user