stream manger ui connections disconnect works
This commit is contained in:
parent
9b5cb2cfab
commit
9b7ba5875c
@ -36,7 +36,7 @@ namespace Components {
|
||||
|
||||
|
||||
class StreamManager {
|
||||
friend class StreamManagerUI;
|
||||
friend class StreamManagerUI; // TODO: make this go away
|
||||
ObjectStore2& _os;
|
||||
|
||||
struct Connection {
|
||||
|
@ -168,7 +168,7 @@ void StreamManagerUI::render(void) {
|
||||
|
||||
ImGui::TableNextColumn();
|
||||
if (ImGui::SmallButton("X")) {
|
||||
// TODO: disconnect
|
||||
con->stop = true;
|
||||
}
|
||||
|
||||
ImGui::TableNextColumn();
|
||||
|
Loading…
Reference in New Issue
Block a user