From fbde685f69076d5660c32458106e2a939420fb11 Mon Sep 17 00:00:00 2001 From: Zjamnik Date: Sun, 11 Feb 2024 17:33:02 +0100 Subject: [PATCH] always on top initial setting fix --- stratagems.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratagems.ahk b/stratagems.ahk index 700d6de..0642cb4 100644 --- a/stratagems.ahk +++ b/stratagems.ahk @@ -111,7 +111,7 @@ sendStratagem(keyname) { initValue("WINDOW", "X", 0) initValue("WINDOW", "Y", 0) - initValue("WINDOW", "AlwaysOnTop", False) + initValue("WINDOW", "AlwaysOnTop", "+") } ; Update stratagems sequences