Browse Source

indicate if the reload was successful

Sven Czarnian 3 years ago
parent
commit
c6159144bb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/PlugIn.cpp

+ 2 - 0
src/PlugIn.cpp

@@ -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,