This commit is contained in:
rustdesk
2022-02-28 12:36:32 +08:00
parent 9cc3cf92ab
commit 8648c70df4
3 changed files with 4 additions and 10 deletions

View File

@@ -131,7 +131,6 @@ class AudioInputs: Reactor.Component {
if (v == this.get_value()) return;
if (v == this.get_default()) v = "";
handler.set_option("audio-input", v);
handler.refresh_audio_input();
this.toggleMenuState();
}
}