mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
add desktop
This commit is contained in:
parent
222245a60c
commit
a23fa7fc66
7 changed files with 28 additions and 13 deletions
|
@ -20,7 +20,7 @@ class PlatformFFI {
|
|||
|
||||
static Future<Null> init() async {
|
||||
isWeb = true;
|
||||
isDesktop = !context.callMethod('isMobile');
|
||||
isWebDesktop = !context.callMethod('isMobile');
|
||||
context.callMethod('init');
|
||||
version = getByName('version');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue