CURA-5035 No more crash without internet connection

Still needs a timer or something to show the fetch failed though.
This commit is contained in:
Ian Paschal 2018-05-02 14:30:31 +02:00
parent f7ca8cbf68
commit 4e62c58ee6
3 changed files with 32 additions and 2 deletions

View file

@ -46,6 +46,11 @@ Window
id: viewLoading
visible: toolbox.viewCategory != "installed" && toolbox.viewPage == "loading"
}
ToolboxErrorPage
{
id: viewErrored
visible: toolbox.viewCategory != "installed" && toolbox.viewPage == "errored"
}
ToolboxDownloadsPage
{
id: viewDownloads