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

Define source #345

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Define source

https://github.com/VolantisDev/Launchpad/blob/5c0d2669e957fd23eeee0c9e978d93326f495534/Lib/Launchpad/Gui/ManageWindow/ManageModulesWindow.ahk#L29


        for name, module in this.moduleManager.All("", false, true) {
            enabledText := module.IsEnabled() ? "Yes" : "No"
            ; TODO Define source
            source := ""
            data[name] := [name, enabledText, source, module.GetVersion()]
        }

        return data

0da572e7281b8c9a44f122f8860e610a915f8352