stream manger ui connections disconnect works
This commit is contained in:
parent
9b5cb2cfab
commit
9b7ba5875c
@ -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 {
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user