stream manger ui connections disconnect works

This commit is contained in:
Green Sky 2024-09-20 10:38:51 +02:00
parent 9b5cb2cfab
commit 9b7ba5875c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ namespace Components {
class StreamManager { class StreamManager {
friend class StreamManagerUI; friend class StreamManagerUI; // TODO: make this go away
ObjectStore2& _os; ObjectStore2& _os;
struct Connection { struct Connection {

View File

@ -168,7 +168,7 @@ void StreamManagerUI::render(void) {
ImGui::TableNextColumn(); ImGui::TableNextColumn();
if (ImGui::SmallButton("X")) { if (ImGui::SmallButton("X")) {
// TODO: disconnect con->stop = true;
} }
ImGui::TableNextColumn(); ImGui::TableNextColumn();