mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Clarify the impact of non-cold flight starts.
This commit is contained in:
parent
5a2a89f19e
commit
34470336e4
@ -705,7 +705,10 @@ class QSettingsWindow(QDialog):
|
||||
|
||||
start_type_label = QLabel(
|
||||
"Default start type for AI aircraft<br /><strong>Warning: "
|
||||
"Any option other than Cold breaks OCA/Aircraft missions.</strong>"
|
||||
"Options other than Cold will significantly reduce the<br />"
|
||||
"number of targets available for OCA/Aircraft missions,<br />"
|
||||
"and OCA/Aircraft flights will not be included in<br />"
|
||||
"automatically planned OCA packages.</strong>"
|
||||
)
|
||||
start_type_label.setToolTip(START_TYPE_TOOLTIP)
|
||||
start_type = StartTypeComboBox(self.game.settings)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user