mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T709, static "ownAircraftString" and improved logging
This commit is contained in:
committed by
Mat Sutcliffe
parent
61072c70ce
commit
0605c2d139
@@ -53,7 +53,7 @@ namespace XSwiftBus
|
||||
m_planeViewSubMenu = m_menu.subMenu("Follow Plane View");
|
||||
m_planeViewOwnAircraftMenuItem = m_planeViewSubMenu.item("Own Aircraft", [this]
|
||||
{
|
||||
m_traffic->setFollowedAircraft(m_traffic->ownAircraftString());
|
||||
m_traffic->setFollowedAircraft(CTraffic::ownAircraftString());
|
||||
});
|
||||
|
||||
/*m_dbusThread = std::thread([this]()
|
||||
|
||||
Reference in New Issue
Block a user