From 9a88a124e52ad68a0e32ae23d9e9247020b0266b Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 19 May 2020 16:58:31 -0700 Subject: [PATCH] suppress nonerror error message --- Portrait.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Portrait.qml b/Portrait.qml index 49f0519..8fdd90d 100644 --- a/Portrait.qml +++ b/Portrait.qml @@ -44,7 +44,7 @@ Item { Image { // PROFILE IMAGE id: img - source: gcd.assetPath + imgProfile.source + source: imgProfile.source == "" ? "" : gcd.assetPath + imgProfile.source anchors.fill: parent fillMode: Image.PreserveAspectFit visible: false