Display placefiles in settings view

This commit is contained in:
Dan Paulat 2023-07-23 00:14:48 -05:00
parent 157500e20a
commit 014ea9d39e
6 changed files with 279 additions and 4 deletions

View file

@ -117,6 +117,7 @@ void PlacefileManager::LoadFile(const std::string& filename)
std::make_unique<PlacefileRecord>(filename, placefile));
Q_EMIT PlacefileEnabled(filename, record->enabled_);
Q_EMIT PlacefileUpdated(filename);
}
});
}