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

Move module loading here #202

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Move module loading here

https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/AppLib/BulkOperation/LoadOp/LoadModulesOp.ahk#L31


        for index, moduleDir in this.moduleDirs {
            this.StartItem(index, "Loading modules from " . moduleDir . "...")
            ; TODO: Move module loading here
            this.FinishItem(index, true, "Finished loading modules from " . moduleDir . ".")
        }

98883748659f858db4469211301993b3bb4504b9

github-actions[bot] commented 3 years ago

Closed in d0a78d180a66875c0d1d2fb2af12f4b03d78d237