indicate if the reload was successful

This commit is contained in:
Sven Czarnian
2021-12-02 19:06:23 +01:00
parent 6152c40dca
commit c6159144bb

View File

@@ -183,6 +183,8 @@ void PlugIn::validateBackendData() {
for (const auto& airport : std::as_const(airports))
this->m_updateQueue.insert({ airport, {} });
this->m_compatible = true;
this->DisplayUserMessage(PLUGIN_NAME, "INFO", "Reloaded AMAN-configuration", true, true, false, false, false);
}
EuroScopePlugIn::CRadarScreen* PlugIn::OnRadarScreenCreated(const char* displayName, bool needsRadarContent, bool geoReferenced,