mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-17 17:37:13 +00:00
GH-1053 add back update progress dialog
This commit is contained in:
@@ -23,4 +23,5 @@ void LaunchStep::bind(LaunchTask *parent)
|
||||
connect(this, &LaunchStep::logLine, parent, &LaunchTask::onLogLine);
|
||||
connect(this, &LaunchStep::logLines, parent, &LaunchTask::onLogLines);
|
||||
connect(this, &LaunchStep::finished, parent, &LaunchTask::onStepFinished);
|
||||
connect(this, &LaunchStep::progressReportingRequest, parent, &LaunchTask::onProgressReportingRequested);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user