mirror of
https://github.com/ioquake/launch.git
synced 2024-11-25 12:40:57 +00:00
Automatically go to the next wizard page when copying or patching completes.
This commit is contained in:
parent
c32abd47f8
commit
91d101dee1
2 changed files with 2 additions and 0 deletions
|
@ -131,4 +131,5 @@ void InstallWizard_Copy::finishCopy()
|
||||||
copyThread.wait();
|
copyThread.wait();
|
||||||
isCopyFinished = true;
|
isCopyFinished = true;
|
||||||
emit completeChanged();
|
emit completeChanged();
|
||||||
|
wizard()->next();
|
||||||
}
|
}
|
||||||
|
|
|
@ -273,4 +273,5 @@ void InstallWizard_Patch::downloadFinished()
|
||||||
|
|
||||||
isPatchInstalled = true;
|
isPatchInstalled = true;
|
||||||
emit completeChanged();
|
emit completeChanged();
|
||||||
|
wizard()->next();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue