restore window on backslash

This commit is contained in:
2024-02-11 18:26:36 +01:00
parent fbde685f69
commit e232de3e30
+1
View File
@@ -148,6 +148,7 @@ loop parse, IniRead(configPath, "HOTKEYS"), "`n" {
MyGui.BackColor := "292929"
MyGui.OnEvent("Close", MyGui_Close)
OnExit(MyGui_Close)
\:: MyGui.Restore()
MyGui_Close(*) {
SetNumLockState(orgNumlockState = 0 ? "Off" : "On")