Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Use process name instead of title to set and check if Path of Exile is active #18

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

Context: dynamic_loot_filter.ahk, GUI toggle hotkey.

Using the window title could return a false positive for another window having the title "Path of Exile", such as file explorer opened to the directory "Path of Exile".

To solve this, use WinGet ProcessName to check the process name instead of the title, and/or use the ahk_exe identifier from WinTitle.

Apollys commented 2 years ago

Done in dev branch.