aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/MinecraftLoadAndCheck.cpp
AgeCommit message (Collapse)Author
2022-06-22fix: add missing connections to the abort signalflow
Beginning with efa3fbff39bf0dabebdf1c6330090ee320895a4d, we separated the failing and the aborting signals, as they can mean different things in certain contexts. Still, some places are not yet changed to reflect this modification. This can cause aborting of progress dialogs to not work, instead making the application hang in an unusable satte. This goes through some places where it's not hooked up yet, fixing their behaviour in those kinds of situation.
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek