mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Add HttpRequestScope and fix the CompatibilityDialog
CURA-6983
This commit is contained in:
parent
71000180fc
commit
6eab5e2492
3 changed files with 8 additions and 23 deletions
|
@ -54,7 +54,7 @@ UM.Dialog{
|
|||
}
|
||||
Repeater
|
||||
{
|
||||
model: toolbox.subscribedPackagesModel
|
||||
model: subscribedPackagesModel
|
||||
Component
|
||||
{
|
||||
Item
|
||||
|
@ -97,7 +97,7 @@ UM.Dialog{
|
|||
}
|
||||
Repeater
|
||||
{
|
||||
model: toolbox.subscribedPackagesModel
|
||||
model: subscribedPackagesModel
|
||||
Component
|
||||
{
|
||||
Item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue