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

@@ -86,11 +86,13 @@ private:
std::shared_ptr<ComponentList> m_profile;
MinecraftInstance *m_inst;
int currentIdx = 0;
bool controlsEnabled = false;
public slots:
void versionCurrent(const QModelIndex &current, const QModelIndex &previous);
private slots:
void updateRunningStatus(bool running);
void onGameUpdateError(QString error);
void packageCurrent(const QModelIndex &current, const QModelIndex &previous);