improve stream manager ui

This commit is contained in:
2024-09-21 15:13:03 +02:00
parent 9b7ba5875c
commit 4d5d708d6d
3 changed files with 180 additions and 155 deletions

View File

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