mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] use client_properties_ and server_properties_ to store streams properties
This commit is contained in:
@@ -18,7 +18,7 @@ int Render::StreamWindow() {
|
||||
ImGuiWindowFlags_NoBringToFrontOnFocus);
|
||||
ImGui::PopStyleColor(2);
|
||||
|
||||
for (auto &properties : connection_properties_) {
|
||||
for (auto &properties : client_properties_) {
|
||||
ControlWindow(properties.second);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user