summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h
index 4deb95d1..7f45e873 100644
--- a/application/MultiMC.h
+++ b/application/MultiMC.h
@@ -142,7 +142,9 @@ public:
bool openJsonEditor(const QString &filename);
InstanceWindow *showInstanceWindow(InstancePtr instance, QString page = QString());
- MainWindow *showMainWindow();
+ MainWindow *showMainWindow(bool minimized = false);
+
+public slots:
void launch(InstancePtr instance, bool online = true, BaseProfilerFactory *profiler = nullptr);
private slots: