mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Streamlining
This commit is contained in:
@@ -204,7 +204,7 @@ class SquadronDestinationComboBox(QComboBox):
|
||||
if overflow:
|
||||
overflow_msg = ""
|
||||
for s in overflow:
|
||||
overflow_msg += f"{s.name} - {s.aircraft.name}<br/>"
|
||||
overflow_msg += f"{s.name} - {s.aircraft.variant_id}<br/>"
|
||||
QMessageBox.warning(
|
||||
None,
|
||||
"Insufficient parking space detected!",
|
||||
|
||||
Reference in New Issue
Block a user