From a041437cbe8737ef40f1c2ab3807b0cedf9503f4 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Fri, 3 Mar 2017 02:17:24 +0900
Subject: [PATCH] Fix

---
 app/qml/ui/Dialog.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/qml/ui/Dialog.qml b/app/qml/ui/Dialog.qml
index 8142466..b5f239f 100644
--- a/app/qml/ui/Dialog.qml
+++ b/app/qml/ui/Dialog.qml
@@ -83,7 +83,7 @@ ColumnLayout {
         }
         Loader {
             id: detailedContentLoader
-            visible: (source || sourceComponent) ? true : false
+            visible: (source.toString() || sourceComponent) ? true : false
             Layout.fillWidth: true
         }
     }
-- 
GitLab