Streamlining

This commit is contained in:
Raffson
2023-10-07 17:14:01 +02:00
parent 1760532168
commit ee3bdf9fd7
7 changed files with 9 additions and 11 deletions

View File

@@ -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!",