add missing return statement
This commit is contained in:
parent
46ba74adb1
commit
ac344dba18
@ -57,6 +57,7 @@ Item {
|
||||
} else if (source == "") {
|
||||
imageLoader.sourceComponent = null
|
||||
valid = false
|
||||
return
|
||||
}
|
||||
|
||||
svgIcon.imagePath = "toolbar-icons/"+root.source.split("-")[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user