Launcher: Fix missing argument to onStatusChanged
This commit is contained in:
parent
24620210fe
commit
11a13ce589
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ NPanel {
|
|||
}
|
||||
|
||||
// Error fallback
|
||||
onStatusChanged: {
|
||||
onStatusChanged: status => {
|
||||
if (status === Image.Error) {
|
||||
iconLoader.visible = true
|
||||
imagePreview.visible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue