Unvanquished / updater

QML based updater to install, update and launch the Unvanquished game.
https://unvanquished.net/download
15 stars 7 forks source link

Show modal popup on game download failure #70

Closed slipher closed 3 years ago

slipher commented 3 years ago

Error message for game download failure. Since there is nothing you can do in the app at this point, I didn't provide any method to close the popup. You just have to close the program.

image

There also still needs to be some UI displaying the error for an updater update failure. I'm not sure what to do in that case, since the splash screen windows is too small to draw a dialog in it like this one.

slipher commented 3 years ago

modal, with an a, means the user can't interact with the rest of the window while the popup is open.