launch: add ability to override AppId via pragma or QS_APP_ID

This commit is contained in:
bbedward 2026-03-19 09:40:36 -04:00 committed by outfoxxed
parent eb6eaf59c7
commit 77c04a9447
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
5 changed files with 16 additions and 6 deletions

View file

@ -9,6 +9,7 @@ struct InstanceInfo {
QString instanceId;
QString configPath;
QString shellId;
QString appId;
QDateTime launchTime;
pid_t pid = -1;
QString display;