mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Disable X-Plane's built-in voice ATIS when XSwiftBus is active.
This commit is contained in:
@@ -72,6 +72,9 @@ namespace XSwiftBus
|
||||
CMenu m_planeViewSubMenu;
|
||||
CMenuItem planeViewOwnAircraftMenuItem;
|
||||
|
||||
DataRef<xplane::data::sim::atc::atis_enabled> m_atisEnabled;
|
||||
decltype(m_atisEnabled.get()) m_atisSaved = 0;
|
||||
|
||||
std::thread m_dbusThread;
|
||||
bool m_isRunning = false;
|
||||
bool m_shouldStop = false;
|
||||
|
||||
Reference in New Issue
Block a user