mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-5035 Re-implemented "installed" view
This commit is contained in:
parent
80c21acf79
commit
a947b768d3
6 changed files with 192 additions and 110 deletions
|
@ -44,7 +44,7 @@ Window
|
|||
ToolboxLoadingPage
|
||||
{
|
||||
id: viewLoading
|
||||
visible: manager.viewCategory != "installed" && !dataReady
|
||||
visible: manager.viewCategory != "installed" && manager.viewPage == "loading"
|
||||
// TODO: Replace !dataReady with manager.viewPage == "loading"
|
||||
}
|
||||
ToolboxDownloadsPage
|
||||
|
@ -65,8 +65,7 @@ Window
|
|||
ToolboxInstalledPage
|
||||
{
|
||||
id: installedPluginList
|
||||
visible: manager.viewCategory == "installed" && dataReady
|
||||
// TODO: Replace !dataReady with manager.viewPage == "loading"
|
||||
visible: manager.viewCategory == "installed"
|
||||
}
|
||||
}
|
||||
ToolboxShadow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue