diff options
author | Hibi <69405847+Hibiii@users.noreply.github.com> | 2022-10-21 15:40:28 -0300 |
---|---|---|
committer | Hibi <69405847+Hibiii@users.noreply.github.com> | 2022-10-21 15:40:28 -0300 |
commit | 1288b926153c86b7966727e60de4af8e7dcb4031 (patch) | |
tree | 5676cea32977b8cb160222c6e8a11ceb612635c3 /launcher/Application.h | |
parent | 819296cc9c31f539af70c8760ff43f8a397ae783 (diff) | |
download | PrismLauncher-1288b926153c86b7966727e60de4af8e7dcb4031.tar.gz PrismLauncher-1288b926153c86b7966727e60de4af8e7dcb4031.tar.bz2 PrismLauncher-1288b926153c86b7966727e60de4af8e7dcb4031.zip |
Add argument to show instance window
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 34ad8c15..c453cc28 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -301,6 +301,7 @@ public: QString m_profileToUse; bool m_liveCheck = false; QUrl m_zipToImport; + QString m_instanceIdToShowWindowOf; std::unique_ptr<QFile> logFile; }; |