Synchronize placefile layers with placefile manager after initialization

This commit is contained in:
Dan Paulat 2023-10-28 06:21:01 -05:00
parent b6aef07af4
commit ba75326c0c
3 changed files with 44 additions and 0 deletions

View file

@ -162,6 +162,7 @@ PlacefileManager::PlacefileManager() : p(std::make_unique<Impl>(this))
// Read placefile settings on startup
main::Application::WaitForInitialization();
p->ReadPlacefileSettings();
Q_EMIT PlacefilesInitialized();
});
}