Browse Source

set title matching to strict for wrapper library

ahk-v1
Mar Alegre 4 years ago
parent
commit
d4e55e8943
  1. 1
      lib/Wrapper.ahk

1
lib/Wrapper.ahk

@ -9,6 +9,7 @@ CheckWinExist(Window) {
} }
Run %WrapperPath% Run %WrapperPath%
SetTitleMatchMode 3
WinWait %WrapperWindow% WinWait %WrapperWindow%
; Check if window exists once per second ; Check if window exists once per second

Loading…
Cancel
Save