mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 12:41:29 +03:00
try fix android mouse mode
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1337,7 +1337,7 @@ class LastWindowPosition {
|
||||
return LastWindowPosition(m["width"], m["height"], m["offsetWidth"],
|
||||
m["offsetHeight"], m["isMaximized"]);
|
||||
} catch (e) {
|
||||
debugPrintStack(label: e.toString());
|
||||
debugPrintStack(label: 'Failed to load LastWindowPosition "$content" ${e.toString()}');
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user