Add argument to show instance window

This commit is contained in:
Hibi
2022-10-21 15:40:28 -03:00
parent 819296cc9c
commit 1288b92615
2 changed files with 14 additions and 1 deletions

View File

@ -301,6 +301,7 @@ public:
QString m_profileToUse;
bool m_liveCheck = false;
QUrl m_zipToImport;
QString m_instanceIdToShowWindowOf;
std::unique_ptr<QFile> logFile;
};