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

Implement backup edit window #203

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

Implement backup edit window

return this.app.GuiManager.Form("BackupEditor", this, mode, owner, parent)

https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/AppLib/Entity/BackupEntity.ahk#L114


    }

    LaunchEditWindow(mode, owner := "", parent := "") {
        ; TODO: Implement backup edit window
        ;return this.app.GuiManager.Form("BackupEditor", this, mode, owner, parent)
        return "Cancel"
    }

2d98871e86bce1f3dfd83979a37d3317f70c05d1