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

Make use of configured progress text and title #221

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Make use of configured progress text and title

https://github.com/VolantisDev/Launchpad/blob/1e40f2202876698443d8c119b5e1d7b254eeff8b/Lib/LaunchpadLauncher/Launcher/LauncherBase.ahk#L31


    CreateProgressGui() {
        if (this.progress == "") {
            ; TODO: Make use of configured progress text and title
            progressTitle := StrReplace(this.config["ProgressTitle"], "{g}", this.config["DisplayName"])
            progressText := StrReplace(this.config["ProgressText"], "{g}", this.config["DisplayName"])
            this.progress := this.app.GuiManager.OpenWindow("LauncherProgressIndicator", "", this.key, A_ScriptFullPath, "", "", this.CountLaunchSteps())

b5309c36c8933f1ff2f5349d0d49912ab2d5ab08

github-actions[bot] commented 3 years ago

Closed in 3b93bfc03d9111c88fd5d095aade3f7ed18dd91a