chore(autofmt)

This commit is contained in:
Lemmy
2026-03-22 10:34:06 -04:00
parent a67020e25f
commit 4e44886a79
+1 -1
View File
@@ -460,7 +460,7 @@ Item {
function repaint() {
if (this.visible && this.opacity > 0)
requestPaint()
requestPaint();
}
onProgressChanged: repaint()