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/lock/Center.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock/Center.qml') diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml index ce5db92..a827bdd 100644 --- a/modules/lock/Center.qml +++ b/modules/lock/Center.qml @@ -174,7 +174,7 @@ ColumnLayout { } } - StyledBusyIndicator { + CircularIndicator { anchors.fill: parent running: root.lock.pam.passwd.active } -- cgit v1.2.3-freya