Procházet zdrojové kódy

indicate if the reload was successful

Sven Czarnian před 3 roky
rodič
revize
c6159144bb
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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,