summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/EditAccountDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/EditAccountDialog.qml')
-rw-r--r--components/package/contents/ui/EditAccountDialog.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/package/contents/ui/EditAccountDialog.qml b/components/package/contents/ui/EditAccountDialog.qml
index 24f8b5e2..b2432eff 100644
--- a/components/package/contents/ui/EditAccountDialog.qml
+++ b/components/package/contents/ui/EditAccountDialog.qml
@@ -54,7 +54,12 @@ Rectangle {
54 } 54 }
55 55
56 Loader { 56 Loader {
57
58 anchors.fill: parent
59
57 source: uiSource 60 source: uiSource
58 } 61 }
62
63 Component.onCompleted: console.log(uiSource)
59 } 64 }
60} 65}