Tweak y-move to `400` to align better with reset-dialog box
parent
e3052ad3c0
commit
d5da993b0a
|
|
@ -275,8 +275,8 @@ async def vnc_click_hack(
|
|||
# 640x1800
|
||||
await client.move(
|
||||
Point(
|
||||
500,
|
||||
500,
|
||||
500, # x from left
|
||||
400, # y from top
|
||||
)
|
||||
)
|
||||
# in case a prior dialog win is open/active.
|
||||
|
|
|
|||
Loading…
Reference in New Issue