summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-27 15:03:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-27 15:03:48 +1000
commit71ce357d6375bd6b0361db142fc303186e27bad0 (patch)
tree0fa1994a2d3139684817c27ee295d9e418b3dd32
parentdashboard: fix uptime (diff)
downloadcaelestia-shell-71ce357d6375bd6b0361db142fc303186e27bad0.tar.gz
caelestia-shell-71ce357d6375bd6b0361db142fc303186e27bad0.tar.bz2
caelestia-shell-71ce357d6375bd6b0361db142fc303186e27bad0.zip
internal: fix busyindicator & switch
Fix not rendering the internal shapes sometimes
-rw-r--r--widgets/StyledBusyIndicator.qml1
-rw-r--r--widgets/StyledSwitch.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/widgets/StyledBusyIndicator.qml b/widgets/StyledBusyIndicator.qml
index 2c8d056..060870f 100644
--- a/widgets/StyledBusyIndicator.qml
+++ b/widgets/StyledBusyIndicator.qml
@@ -18,6 +18,7 @@ BusyIndicator {
id: shape
preferredRendererType: Shape.CurveRenderer
+ asynchronous: true
RotationAnimator on rotation {
from: 0
diff --git a/widgets/StyledSwitch.qml b/widgets/StyledSwitch.qml
index e38040c..9a7448c 100644
--- a/widgets/StyledSwitch.qml
+++ b/widgets/StyledSwitch.qml
@@ -82,6 +82,7 @@ Switch {
width: height
height: parent.implicitHeight - Appearance.padding.small * 2
preferredRendererType: Shape.CurveRenderer
+ asynchronous: true
ShapePath {
strokeWidth: Appearance.font.size.larger * 0.15