Launchpad
Launchpad copied to clipboard
Implement a gui window that prompts to close a launcher
Implement a gui window that prompts to close a launcher and show it here
If you're looking to get into Launchpad development, this could be a great introduction to how the Gui system works. Take an existing similar dialog window class, copy it, modify it, and make sure it's listed in the appropriate Includes file. Then call it where the TODO exists and either close the launcher or continue to wait depending on the response.
https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/LaunchpadLauncher/Launcher/LauncherBase.ahk#L336
}
PromptForLauncherToClose() {
; TODO: Implement a gui window that prompts to close a launcher and show it here
}
}
45e68f68fa02e90e711ef685a7d235c629e50309