mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Include control point name in ground object info.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/498
(cherry picked from commit ffcae66f59)
This commit is contained in:
committed by
Dan Albert
parent
c1534cba9e
commit
7f68846023
@@ -56,7 +56,9 @@ class QGroundObjectMenu(QDialog):
|
||||
self.buildings = buildings
|
||||
self.cp = cp
|
||||
self.game = game
|
||||
self.setWindowTitle("Location " + self.ground_object.obj_name)
|
||||
self.setWindowTitle(
|
||||
f"Location - {self.ground_object.obj_name} ({self.cp.name})"
|
||||
)
|
||||
self.setWindowIcon(EVENT_ICONS["capture"])
|
||||
self.intelBox = QGroupBox("Units :")
|
||||
self.buildingBox = QGroupBox("Buildings :")
|
||||
|
||||
Reference in New Issue
Block a user