NOISSUE Show Version page while the instancer is running.

All controls are disabled.
This commit is contained in:
Petr Mrázek
2019-07-15 23:16:34 +02:00
parent 80b3efff11
commit 6fde775b90
5 changed files with 67 additions and 52 deletions

View File

@ -38,5 +38,6 @@ struct ComponentListData
QTimer m_saveTimer;
shared_qobject_ptr<Task> m_updateTask;
bool loaded = false;
bool interactionDisabled = true;
};