autoformatting

This commit is contained in:
LemmyCook
2025-09-11 11:26:29 -04:00
parent d30e14f611
commit 50ddd2916c
3 changed files with 55 additions and 53 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ RowLayout {
asynchronous: true
smooth: true
visible: source !== ""
// Handle loading errors gracefully
onStatusChanged: {
if (status === Image.Error) {
@@ -204,4 +204,4 @@ RowLayout {
}
}
}
}
}