Tweak y-move to `400` to align better with reset-dialog box

ib_async
Gud Boi 2026-03-10 18:47:40 -04:00
parent e3052ad3c0
commit d5da993b0a
1 changed files with 2 additions and 2 deletions

View File

@ -275,8 +275,8 @@ async def vnc_click_hack(
# 640x1800 # 640x1800
await client.move( await client.move(
Point( Point(
500, 500, # x from left
500, 400, # y from top
) )
) )
# in case a prior dialog win is open/active. # in case a prior dialog win is open/active.