Merge pull request #1320 from TheKodeToad/better-launch

Combine launch buttons in instance window, persist profiler
This commit is contained in:
TheKodeToad
2023-08-19 11:08:02 +01:00
committed by GitHub
14 changed files with 126 additions and 214 deletions

View File

@ -195,7 +195,6 @@ class Application : public QApplication {
bool launch(InstancePtr instance,
bool online = true,
bool demo = false,
BaseProfilerFactory* profiler = nullptr,
MinecraftServerTargetPtr serverToJoin = nullptr,
MinecraftAccountPtr accountToUse = nullptr);
bool kill(InstancePtr instance);