mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-18 02:10:59 +03:00
Activate native cursors after successful registration retries
This commit is contained in:
@@ -58,6 +58,9 @@ MouseCursor buildCursorOfCache(
|
||||
}));
|
||||
cursor.addKey(key);
|
||||
}
|
||||
return FlutterCustomMemoryImageCursor(key: key);
|
||||
return FlutterCustomMemoryImageCursor(
|
||||
key: key,
|
||||
registrationToken: custom_cursor_manager.CursorManager.instance
|
||||
.registrationTokenFor(key));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user