aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/SequentialTask.cpp
AgeCommit message (Collapse)Author
2022-04-01feat: Use a single progress dialog when doing multiple tasksflow
This puts all mod downloading tasks inside a SequentialTask, which is, for more than one task, a multi step task. This is handled by the ProgressDialog by showing both the global progress of tasks executed, and the individual progress of each of them.
2021-11-21NOISSUE more refactoringPetr Mrázek
2021-11-20NOISSUE fix buildPetr Mrázek
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek