Hides network and USB selection, code is untouched.

This commit is contained in:
pober
2026-01-20 11:35:14 +01:00
committed by pstruebi
parent 325358a9cd
commit 5cf677caa6

View File

@@ -149,8 +149,6 @@ def render_stream_controls(status_streaming: bool, start_label: str, stop_label:
options = [
"Demo",
"Analog",
"USB",
"Network",
"Network - Dante",
]
saved_audio_mode = saved_settings.get("audio_mode", "Demo")