From 98a709af78b4d3e7a41f40526d9ac0f99608e36f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:50:04 +1000 Subject: plugin/managers: add CircularIndicatorManager Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ --- modules/bar/popouts/Network.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bar/popouts/Network.qml') 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" -- cgit v1.2.3-freya