mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 17:41:29 +03:00
Fix, wrong argument of mobile updating cursor position
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -787,7 +787,7 @@ void showOptions(
|
|||||||
children.add(InkWell(
|
children.add(InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
if (i == cur) return;
|
if (i == cur) return;
|
||||||
openMonitorInTheSameTab(i, gFFI, pi, false);
|
openMonitorInTheSameTab(i, gFFI, pi, true);
|
||||||
gFFI.dialogManager.dismissAll();
|
gFFI.dialogManager.dismissAll();
|
||||||
},
|
},
|
||||||
child: Ink(
|
child: Ink(
|
||||||
|
|||||||
Reference in New Issue
Block a user