mirror of
https://github.com/ioquake/launch.git
synced 2024-11-10 06:31:39 +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();
|
||||
isCopyFinished = true;
|
||||
emit completeChanged();
|
||||
wizard()->next();
|
||||
}
|
||||
|
|
|
@ -273,4 +273,5 @@ void InstallWizard_Patch::downloadFinished()
|
|||
|
||||
isPatchInstalled = true;
|
||||
emit completeChanged();
|
||||
wizard()->next();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue