mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-01 01:21:06 +03:00
Fix switch audio input device failed in index page on Linux.
This commit is contained in:
@@ -131,6 +131,7 @@ 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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user