mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Flip default for factory feature flag.
This is feature complete, we have a handful of campaigns that work with the new mode now and it will be the only option at some point.
This commit is contained in:
@@ -536,6 +536,7 @@ class DifficultyAndAutomationOptions(QtWidgets.QWizardPage):
|
||||
new_ground_unit_recruitment_label.setOpenExternalLinks(True)
|
||||
flags_layout.addWidget(new_ground_unit_recruitment_label, 0, 0)
|
||||
new_ground_unit_recruitment = QtWidgets.QCheckBox()
|
||||
new_ground_unit_recruitment.setChecked(True)
|
||||
self.registerField("new_ground_unit_recruitment", new_ground_unit_recruitment)
|
||||
flags_layout.addWidget(new_ground_unit_recruitment, 0, 1, Qt.AlignRight)
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ NEW_GROUND_UNIT_RECRUITMENT_TOOLTIP = (
|
||||
"travel to the front line."
|
||||
)
|
||||
NEW_GROUND_UNIT_RECRUITMENT_BEHAVIOR_LABEL = (
|
||||
"Enable new ground unit recruitment behavior (WIP)<br />"
|
||||
"Enable new ground unit recruitment behavior<br />"
|
||||
'<a href="https://github.com/Khopa/dcs_liberation/issues/986">'
|
||||
'<span style="color:#FFFFFF;">More information.</span></a>'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user