diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-07-15 23:16:34 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-07-15 23:16:34 +0200 |
commit | 6fde775b9017401351425186deffd685827df3d3 (patch) | |
tree | cd8b37944c7dec955f9e21f32755596070f64308 /api/logic/minecraft/ComponentList.h | |
parent | 80b3efff11a34e2df7d1bc4cc3187e6aaf57e687 (diff) | |
download | MultiMC-6fde775b9017401351425186deffd685827df3d3.tar MultiMC-6fde775b9017401351425186deffd685827df3d3.tar.gz MultiMC-6fde775b9017401351425186deffd685827df3d3.tar.lz MultiMC-6fde775b9017401351425186deffd685827df3d3.tar.xz MultiMC-6fde775b9017401351425186deffd685827df3d3.zip |
NOISSUE Show Version page while the instancer is running.
All controls are disabled.
Diffstat (limited to 'api/logic/minecraft/ComponentList.h')
-rw-r--r-- | api/logic/minecraft/ComponentList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/minecraft/ComponentList.h b/api/logic/minecraft/ComponentList.h index cb20c559..7b5e1385 100644 --- a/api/logic/minecraft/ComponentList.h +++ b/api/logic/minecraft/ComponentList.h @@ -134,6 +134,7 @@ private slots: void updateSucceeded(); void updateFailed(const QString & error); void componentDataChanged(); + void disableInteraction(bool disable); private: bool load(); |