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();