pull/1290/head
AlexandreRouma 2023-12-16 19:57:48 +01:00
rodzic 348bf75281
commit e208511bde
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

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