mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update A4EC mod version to 2.3 (#3525)
This commit is contained in:
@@ -843,7 +843,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
|
||||
modLayout = QtWidgets.QGridLayout()
|
||||
modLayout_row = 1
|
||||
modLayout.addWidget(
|
||||
QtWidgets.QLabel("A-4E Skyhawk (version 2.2.0)"), modLayout_row, 0
|
||||
QtWidgets.QLabel("A-4E Skyhawk (version 2.3.0)"), modLayout_row, 0
|
||||
)
|
||||
modLayout.addWidget(a4_skyhawk, modLayout_row, 1)
|
||||
modLayout_row += 1
|
||||
|
||||
Reference in New Issue
Block a user