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

If new game type doesn't offer the selected launcher type, change to the default... #195

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

If new game type doesn't offer the selected launcher type, change to the default launcher type

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


    OnKeyChange(ctlObj, info) {
        this.guiObj.Submit(false)
        this.entityObj.Key := ctlObj.Text
        ; TODO: If new game type doesn't offer the selected launcher type, change to the default launcher type
    }

    OnManageLauncherType(ctlObj, info) {

0720d45acb563513ef74272f45a323640978e9e8