mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Add CLI option to open main window when launching instance
Signed-off-by: Matthew_Cash <matthew@matthew-cash.com>
This commit is contained in:
parent
83e0b93938
commit
eae13f705f
2 changed files with 7 additions and 1 deletions
|
|
@ -315,6 +315,7 @@ class Application : public QApplication {
|
|||
bool m_liveCheck = false;
|
||||
QList<QUrl> m_urlsToImport;
|
||||
QString m_instanceIdToShowWindowOf;
|
||||
bool m_showMainWindow = false;
|
||||
std::unique_ptr<QFile> logFile;
|
||||
std::unique_ptr<LogModel> logModel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue