Transfer cloudPrintersDetectedChanged in DiscoveredUltimakerCloudPrintersModel

CURA-7022
This commit is contained in:
Kostas Karmas 2020-04-28 14:19:28 +02:00
parent 0ad9464131
commit ea404af973
4 changed files with 15 additions and 11 deletions

View file

@ -15,7 +15,7 @@ Item
{
UM.I18nCatalog { id: catalog; name: "cura" }
property bool newCloudPrintersDetected: Cura.API.account.newCloudPrintersDetected
property bool newCloudPrintersDetected: CuraApplication.getDiscoveredUltimakerCloudPrintersModel().newCloudPrintersDetected
onNewCloudPrintersDetectedChanged:
{