From d4e55e8943c21da150fe155f51164e1f26ccc4b3 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Fri, 9 Apr 2021 04:05:48 -0400 Subject: [PATCH] set title matching to strict for wrapper library --- lib/Wrapper.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Wrapper.ahk b/lib/Wrapper.ahk index b1233e0..457f47a 100644 --- a/lib/Wrapper.ahk +++ b/lib/Wrapper.ahk @@ -9,6 +9,7 @@ CheckWinExist(Window) { } Run %WrapperPath% +SetTitleMatchMode 3 WinWait %WrapperWindow% ; Check if window exists once per second