mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Updated Community A-4E-C mod version support to 2.1.0 release.
This commit is contained in:
committed by
Dan Albert
parent
31c59e7380
commit
575470ae1b
@@ -679,7 +679,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
|
||||
modLayout = QtWidgets.QGridLayout()
|
||||
modLayout_row = 1
|
||||
modLayout.addWidget(
|
||||
QtWidgets.QLabel("A-4E Skyhawk (version 2.0.0)"), modLayout_row, 0
|
||||
QtWidgets.QLabel("A-4E Skyhawk (version 2.1.0)"), modLayout_row, 0
|
||||
)
|
||||
modLayout.addWidget(a4_skyhawk, modLayout_row, 1)
|
||||
modLayout_row += 1
|
||||
|
||||
Reference in New Issue
Block a user