mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: window manager called on Android & bugfix etc.
This commit is contained in:
@@ -434,9 +434,6 @@ function toggleMenuState() {
|
||||
var c = handler.get_option("codec-preference");
|
||||
if (!c) c = "auto";
|
||||
values.push(c);
|
||||
var a = handler.get_audio_mode();
|
||||
if (!a) a = "guest-to-host";
|
||||
values.push(a);
|
||||
for (var el in $$(menu#display-options li)) {
|
||||
el.attributes.toggleClass("selected", values.indexOf(el.id) >= 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user