diff options
author | Affe Ali <affe-ali@web.de> | 2017-04-26 20:51:50 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@users.noreply.github.com> | 2017-05-01 23:18:00 +0200 |
commit | 0132fd99291e359aae4af184c5f57ace21bf9863 (patch) | |
tree | 2d1e84f25b011f7fc3409ab34dd793a45baed730 /application/InstanceWindow.h | |
parent | 9bde1c8512de8c93b407ec73c9a10f849043c433 (diff) | |
download | PrismLauncher-0132fd99291e359aae4af184c5f57ace21bf9863.tar.gz PrismLauncher-0132fd99291e359aae4af184c5f57ace21bf9863.tar.bz2 PrismLauncher-0132fd99291e359aae4af184c5f57ace21bf9863.zip |
GH-1855 add launch offline button to instance UI
Diffstat (limited to 'application/InstanceWindow.h')
-rw-r--r-- | application/InstanceWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/InstanceWindow.h b/application/InstanceWindow.h index 2daddba9..8e272e09 100644 --- a/application/InstanceWindow.h +++ b/application/InstanceWindow.h @@ -47,6 +47,7 @@ private slots: void on_closeButton_clicked(); void on_btnKillMinecraft_clicked(); + void on_btnLaunchMinecraftOffline_clicked(); void on_InstanceLaunchTask_changed(std::shared_ptr<LaunchTask> proc); void on_RunningState_changed(bool running); @@ -65,4 +66,5 @@ private: PageContainer *m_container = nullptr; QPushButton *m_closeButton = nullptr; QPushButton *m_killButton = nullptr; + QPushButton *m_launchOfflineButton = nullptr; }; |