disabled tests and print cam driver

This commit is contained in:
2024-05-16 08:47:32 +02:00
parent e149873673
commit ef78c49e29
3 changed files with 6 additions and 3 deletions

View File

@ -90,7 +90,7 @@ template<> void ComponentEditorWidget<ObjComp::Ephemeral::File::TransferStats>(e
ObjectStoreUI::ObjectStoreUI(
ObjectStore2& os
) : _os(os) {
_ee.show_window = false;
_ee.show_window = true;
_ee.registerComponent<ObjectStore::Components::ID>("ID");
_ee.registerComponent<ObjectStore::Components::DataCompressionType>("DataCompressionType");