mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-07 16:57:12 +01:00
more work
This commit is contained in:
parent
348bf75281
commit
e208511bde
@ -75,7 +75,11 @@ namespace streamsmenu {
|
|||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
|
|
||||||
// Sink type
|
// Sink type
|
||||||
|
int ttttt = 0;
|
||||||
|
ImGui::FillWidth();
|
||||||
|
if (ImGui::Combo(CONCAT("##sdrpp_streams_type_", sid), &ttttt, sinkTypes.txt)) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
sink->showMenu();
|
sink->showMenu();
|
||||||
float vol = sink->getVolume();
|
float vol = sink->getVolume();
|
||||||
|
Loading…
Reference in New Issue
Block a user