mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Shutdown guard
This commit is contained in:
@@ -56,6 +56,7 @@ namespace BlackGui
|
||||
|
||||
void CAircraftPartsHistory::initGui()
|
||||
{
|
||||
if (!sGui || sGui->isShuttingDown() || !sGui->getIContextNetwork()) { return; }
|
||||
const bool needCallsigns = this->partsHistoryEnabled();
|
||||
if (needCallsigns && !m_timerUpdateHistory.isActive())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user