Unvanquished / updater

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

updater fails to load the blog post if it fails to load the thumbnail #40

Closed illwieckz closed 4 years ago

illwieckz commented 5 years ago

updater fails to load the blog post if it fails to load the thumbnail, it must at least load the text without thumbnail

there is a way to test for this issue: run updater and click right arrow button to load previous blog post, it will fail because it will not find thumbnail because of #39.

illwieckz commented 5 years ago

The issue seems to be in the Flickable component, there is a lot of references to it in the fluid submodule, it is provided by it? @DolceTriade do you know something about it?