diff --git a/app/qml/ui/Dialog.qml b/app/qml/ui/Dialog.qml index 8142466ad13696922dcd74550fc8da687f34ef64..b5f239fac85974ca7314ffacfdf3628180b2cefa 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 } }