Launcher: Fix missing argument to onStatusChanged

This commit is contained in:
LemmyCook 2025-09-03 11:11:37 -04:00
parent 24620210fe
commit 11a13ce589

View file

@ -328,7 +328,7 @@ NPanel {
}
// Error fallback
onStatusChanged: {
onStatusChanged: status => {
if (status === Image.Error) {
iconLoader.visible = true
imagePreview.visible = false