mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
opt: ui & cursor
- opt: win7 frameless - opt: disable cursor output & macos free cache - opt: main window, set location before show/hide
This commit is contained in:
@@ -145,6 +145,7 @@ class PlatformFFI {
|
||||
WindowsDeviceInfo winInfo = await deviceInfo.windowsInfo;
|
||||
name = winInfo.computerName;
|
||||
id = winInfo.computerName;
|
||||
windowsBuildNumber = winInfo.buildNumber;
|
||||
} catch (e) {
|
||||
debugPrint("$e");
|
||||
name = "unknown";
|
||||
|
||||
Reference in New Issue
Block a user