mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
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:
parent
f7ca8cbf68
commit
4e62c58ee6
3 changed files with 32 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue