Skip to content

Commit

Permalink
v1.25.1-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lailloken authored Jun 14, 2022
1 parent 8a559c5 commit 69a155d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lailloken UI.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Sort, pixelchecks_list, D`,
Loop, Parse, pixelchecks_list, `,, `,
IniRead, disable_pixelcheck_%A_Loopfield%, ini\screen checks (%poe_height%p).ini, %A_Loopfield%, disable, 0

imagechecks_list := "betrayal,bestiary,gwennen,stash,vendor"
imagechecks_list := "betrayal,bestiary,gwennen"
Sort, imagechecks_list, D`,
Loop, Parse, imagechecks_list, `,, `,
IniRead, disable_imagecheck_%A_Loopfield%, ini\screen checks (%poe_height%p).ini, %A_Loopfield%, disable, 0
Expand Down Expand Up @@ -4660,4 +4660,4 @@ LLK_ToolTip(message, duration := 1, x := "", y := "")
SetTimer, ToolTip_clear, % 1000 * duration
}

#include External Functions.ahk
#include External Functions.ahk

0 comments on commit 69a155d

Please sign in to comment.