aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/ComponentList_p.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-07-15 23:16:34 +0200
committerPetr Mrázek <peterix@gmail.com>2019-07-15 23:16:34 +0200
commit6fde775b9017401351425186deffd685827df3d3 (patch)
treecd8b37944c7dec955f9e21f32755596070f64308 /api/logic/minecraft/ComponentList_p.h
parent80b3efff11a34e2df7d1bc4cc3187e6aaf57e687 (diff)
downloadPrismLauncher-6fde775b9017401351425186deffd685827df3d3.tar.gz
PrismLauncher-6fde775b9017401351425186deffd685827df3d3.tar.bz2
PrismLauncher-6fde775b9017401351425186deffd685827df3d3.zip
NOISSUE Show Version page while the instancer is running.
All controls are disabled.
Diffstat (limited to 'api/logic/minecraft/ComponentList_p.h')
-rw-r--r--api/logic/minecraft/ComponentList_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/minecraft/ComponentList_p.h b/api/logic/minecraft/ComponentList_p.h
index aed65337..7a3d498b 100644
--- a/api/logic/minecraft/ComponentList_p.h
+++ b/api/logic/minecraft/ComponentList_p.h
@@ -38,5 +38,6 @@ struct ComponentListData
QTimer m_saveTimer;
shared_qobject_ptr<Task> m_updateTask;
bool loaded = false;
+ bool interactionDisabled = true;
};