From e208511bde13c4c819849170a6aa591fbeafb7f5 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 16 Dec 2023 19:57:48 +0100 Subject: [PATCH] more work --- core/src/gui/menus/streams.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/src/gui/menus/streams.cpp b/core/src/gui/menus/streams.cpp index 1ec586fc..4c5d4de1 100644 --- a/core/src/gui/menus/streams.cpp +++ b/core/src/gui/menus/streams.cpp @@ -75,7 +75,11 @@ namespace streamsmenu { ImGui::Spacing(); // Sink type - + int ttttt = 0; + ImGui::FillWidth(); + if (ImGui::Combo(CONCAT("##sdrpp_streams_type_", sid), &ttttt, sinkTypes.txt)) { + + } sink->showMenu(); float vol = sink->getVolume();