mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-28 07:31:01 +03:00
get_local_option for ui style, todo: set_local_option
This commit is contained in:
@@ -80,9 +80,6 @@ impl sciter::EventHandler for Handler {
|
||||
|
||||
fn attached(&mut self, root: HELEMENT) {
|
||||
self.write().unwrap().element = Some(Element::from(root));
|
||||
if self.is_port_forward() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
fn detached(&mut self, _root: HELEMENT) {
|
||||
|
||||
Reference in New Issue
Block a user