mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T167, in swift GUI
* removed isContextNetworkAvailableCheck / isContextAudioAvailableCheck * replaced those by displayDBusReconnectDialog * using a counter to ignore some errors before showing re-connect dialog
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ed51d3c5dd
commit
8b1ef20146
@@ -34,7 +34,7 @@ using namespace BlackMisc::Audio;
|
||||
|
||||
bool SwiftGuiStd::ps_reloadOwnAircraft()
|
||||
{
|
||||
if (!this->isContextNetworkAvailableCheck()) { return false; }
|
||||
if (!this->m_contextNetworkAvailable) { return false; }
|
||||
|
||||
// check for changed aircraft
|
||||
bool changed = false;
|
||||
|
||||
Reference in New Issue
Block a user