VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
85 stars 3 forks source link

Log errors here #217

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Log errors here

https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/ThemeLib/Theme/ThemeBase.ahk#L455


        try {
            btn := this.themedButtons[btn.Hwnd]["states"]["hovered"].DrawOn(btn)
        } catch ex {
            ; TODO: Log errors here
        }

        this.hoveredButton := btn.Hwnd

4ed8b0580efb914b8a6be25adac3d6221caa84af