mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Mark advanced IADS WIP.
The advanced IADS currently only works during the initial game generation. Any changes to the TGO (purchases/sales, captures, etc) will disconnect the node from the network and return it to basic IADS functionality.
This commit is contained in:
parent
61488627a4
commit
e751b53241
@ -392,7 +392,7 @@ class TheaterConfiguration(QtWidgets.QWizardPage):
|
||||
mapSettingsLayout.addWidget(invertMap, 0, 1)
|
||||
self.advanced_iads = QtWidgets.QCheckBox()
|
||||
self.registerField("advanced_iads", self.advanced_iads)
|
||||
mapSettingsLayout.addWidget(QtWidgets.QLabel("Advanced IADS"), 1, 0)
|
||||
mapSettingsLayout.addWidget(QtWidgets.QLabel("Advanced IADS (WIP)"), 1, 0)
|
||||
mapSettingsLayout.addWidget(self.advanced_iads, 1, 1)
|
||||
mapSettingsGroup.setLayout(mapSettingsLayout)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user