Updated Community A-4E-C mod version support to 2.1.0 release.

This commit is contained in:
MetalStormGhost
2023-01-07 14:21:13 +02:00
committed by Dan Albert
parent 31c59e7380
commit 575470ae1b
3 changed files with 21 additions and 10 deletions

View File

@@ -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