Skip to content
Snippets Groups Projects
Commit a041437c authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix

parent 5999b7eb
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ ColumnLayout {
}
Loader {
id: detailedContentLoader
visible: (source || sourceComponent) ? true : false
visible: (source.toString() || sourceComponent) ? true : false
Layout.fillWidth: true
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment