Add CLI option to open main window when launching instance (#5107)

This commit is contained in:
DioEgizio 2026-03-21 13:17:28 +00:00 committed by GitHub
commit 03543a0cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -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;