mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
flutter_desktop: set event func to async
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -594,8 +594,6 @@ class ImagePaint extends StatelessWidget {
|
||||
} else {
|
||||
final key = cacheLinux.key(scale);
|
||||
cursor.addKeyLinux(key);
|
||||
debugPrint(
|
||||
'REMOVE ME ================================= linux curor key: $key');
|
||||
return FlutterCustomMemoryImageCursor(
|
||||
pixbuf: cacheLinux.data,
|
||||
key: key,
|
||||
|
||||
Reference in New Issue
Block a user