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
87 stars 3 forks source link

Disable opening for icon src #196

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Disable opening for icon src

https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Launchpad/Window/EntityEditor/LauncherEditorBase.ahk#L64


                this.guiObj["IconSrc"].Text := file
            }
        } else if (btn == "OpenIconSrc") {
            ; TODO: Disable opening for icon src
        } else if (btn == "ClearIconSrc") {
            if (this.entityObj.UnmergedConfig.Has("IconSrc")) {
                this.entityObj.UnmergedConfig.Delete("IconSrc")

2aae469903a06002faf126108508b4d500eefaa3

github-actions[bot] commented 3 years ago

Closed in 185096110c5a35d92961d35f1ed0f8b2e3360500