diff options
author | jopejoe1 <johannes@joens.email> | 2022-07-11 20:46:11 +0200 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-09-15 18:44:18 -0300 |
commit | 29dcb9d2747c61b20fe9f870574bc9c4c958e82a (patch) | |
tree | 3900c7746dc89cabcce8063bcb24829630763863 /launcher/Application.h | |
parent | 1ca2be0039c64f53631a15f72e7c3739cae3e562 (diff) | |
download | PrismLauncher-29dcb9d2747c61b20fe9f870574bc9c4c958e82a.tar.gz PrismLauncher-29dcb9d2747c61b20fe9f870574bc9c4c958e82a.tar.bz2 PrismLauncher-29dcb9d2747c61b20fe9f870574bc9c4c958e82a.zip |
Added Launch Demo button.
Signed-off-by: jopejoe1 <johannes@joens.email>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 41fd4c47..34ad8c15 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -213,6 +213,7 @@ public slots: bool launch( InstancePtr instance, bool online = true, + bool demo = false, BaseProfilerFactory *profiler = nullptr, MinecraftServerTargetPtr serverToJoin = nullptr, MinecraftAccountPtr accountToUse = nullptr |