Add CLI option to open main window when launching instance

Signed-off-by: Matthew_Cash <matthew@matthew-cash.com>
This commit is contained in:
Matthew_Cash 2026-02-25 20:27:06 -08:00
parent 83e0b93938
commit eae13f705f
No known key found for this signature in database
GPG key ID: 7449B33FA8E4C190
2 changed files with 7 additions and 1 deletions

View file

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