mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
fix desktopType for mobile
This commit is contained in:
parent
1e9e00ec51
commit
d3bc4a7dc6
@ -28,7 +28,7 @@ var isWeb = false;
|
||||
var isWebDesktop = false;
|
||||
var version = "";
|
||||
int androidVersion = 0;
|
||||
late final DesktopType? desktopType;
|
||||
DesktopType? desktopType;
|
||||
|
||||
typedef F = String Function(String);
|
||||
typedef FMethod = String Function(String, dynamic);
|
||||
|
Loading…
Reference in New Issue
Block a user