diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 15:50:04 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 15:50:04 +1000 |
| commit | 98a709af78b4d3e7a41f40526d9ac0f99608e36f (patch) | |
| tree | bb2a2b29784fd104e9ff731467b9ea33a834166a /modules/controlcenter | |
| parent | plugin: refactor into modules (diff) | |
| download | caelestia-shell-98a709af78b4d3e7a41f40526d9ac0f99608e36f.tar.gz caelestia-shell-98a709af78b4d3e7a41f40526d9ac0f99608e36f.tar.bz2 caelestia-shell-98a709af78b4d3e7a41f40526d9ac0f99608e36f.zip | |
plugin/managers: add CircularIndicatorManager
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
Diffstat (limited to 'modules/controlcenter')
| -rw-r--r-- | modules/controlcenter/bluetooth/DeviceList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml index 359886c..020eced 100644 --- a/modules/controlcenter/bluetooth/DeviceList.qml +++ b/modules/controlcenter/bluetooth/DeviceList.qml @@ -242,7 +242,7 @@ ColumnLayout { radius: Appearance.rounding.full color: Qt.alpha(Colours.palette.m3primaryContainer, device.connected ? 1 : 0) - StyledBusyIndicator { + CircularIndicator { anchors.fill: parent running: device.loading } |