mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Transfer cloudPrintersDetectedChanged in DiscoveredUltimakerCloudPrintersModel
CURA-7022
This commit is contained in:
parent
0ad9464131
commit
ea404af973
4 changed files with 15 additions and 11 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue