mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
bug fix on file transfer window
This commit is contained in:
parent
b0ddd3d543
commit
372b715162
2 changed files with 0 additions and 3 deletions
|
|
@ -82,10 +82,8 @@ class Grid: Behavior {
|
|||
{
|
||||
if (prev === col) return; // already here, nothing to do.
|
||||
prev.state.current = false; // drop state flag
|
||||
prev.state.current = false; // drop state flag
|
||||
}
|
||||
col.state.current = true; // set state flag
|
||||
row.state.checked = true;
|
||||
col.scrollToView();
|
||||
this.onHeaderClick(col);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1705,7 +1705,6 @@ impl Remote {
|
|||
self.handler
|
||||
.call("setPermission", &make_args!("audio", p.enabled));
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
Some(misc::Union::switch_display(s)) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue