bugfix: auto-start init

This commit is contained in:
semenov
2025-09-19 09:23:35 +03:00
parent c0af0fe27d
commit c9c62d22c0
13 changed files with 17577 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ public:
QString Language;
QString LocalVersionName;
StreamingVersionData versionData;
bool isAutoStart;
bool isAutoStart = false;
bool mathModelUse;
};