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

Define source #347

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Define source

https://github.com/VolantisDev/Launchpad/blob/50bdffb4a193ada146ed527d234f532097d15563/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

d95357c7ff9a4f640d586c5af202b2f462104ef8