diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 651963fa86..00e19ded9f 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -247,7 +247,7 @@ Window } source: UM.Theme.getIcon("CloudBadge", "low") - color: model.isOnline ? UM.Theme.getColor("primary") : UM.Theme.getColor("cloud_unavailable") + color: UM.Theme.getColor("primary") //Make a themeable circle in the background so we can change it in other themes. Rectangle @@ -523,6 +523,7 @@ Window { id: cloudPrinterList filterConnectionType: 3 //Only show cloud connections. + filterOnlineOnly: true //Only show printers that are online. } FileDialog