chore(autofmt)

This commit is contained in:
Lemmy
2026-03-19 18:49:24 -04:00
parent 21c191d675
commit 9818fa8772
+1 -1
View File
@@ -61,7 +61,7 @@ NBox {
}
// Limit update rate to avoid using too much processing power
property real time: parent.shaderTime - (parent.shaderTime % (1 / ( root.isRaining ? 3 : root.isSnowing ? 6 : 2)))
property real time: parent.shaderTime - (parent.shaderTime % (1 / (root.isRaining ? 3 : root.isSnowing ? 6 : 2)))
property real itemWidth: weatherEffect.width
property real itemHeight: weatherEffect.height
property color bgColor: root.color