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 (#5107)
This commit is contained in:
commit
03543a0cbb
2 changed files with 7 additions and 1 deletions
|
|
@ -314,6 +314,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