Merge pull request #5121 from dignow/fix/android_mouse_mode

Fix/android mouse mode
This commit is contained in:
RustDesk
2023-07-26 09:23:16 +08:00
committed by GitHub
3 changed files with 63 additions and 12 deletions

View File

@@ -1350,7 +1350,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;
}
}