summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Network.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/Network.qml')
-rw-r--r--modules/bar/popouts/Network.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/popouts/Network.qml b/modules/bar/popouts/Network.qml
index 21d1913..f21a92d 100644
--- a/modules/bar/popouts/Network.qml
+++ b/modules/bar/popouts/Network.qml
@@ -104,7 +104,7 @@ ColumnLayout {
radius: Appearance.rounding.full
color: Qt.alpha(Colours.palette.m3primary, networkItem.modelData.active ? 1 : 0)
- StyledBusyIndicator {
+ CircularIndicator {
anchors.fill: parent
running: networkItem.loading
}
@@ -183,7 +183,7 @@ ColumnLayout {
}
}
- StyledBusyIndicator {
+ CircularIndicator {
anchors.centerIn: parent
strokeWidth: Appearance.padding.small / 2
bgColour: "transparent"