mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix default mission length in the UI too.
This commit is contained in:
parent
69299d395c
commit
fc56642631
@ -32,7 +32,7 @@ jinja_env = Environment(
|
||||
)
|
||||
|
||||
DEFAULT_BUDGET = 2000
|
||||
DEFAULT_MISSION_LENGTH: timedelta = timedelta(minutes=90)
|
||||
DEFAULT_MISSION_LENGTH: timedelta = timedelta(minutes=60)
|
||||
|
||||
|
||||
class NewGameWizard(QtWidgets.QWizard):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user