diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/HomeForm.ui.qml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 28448ae..c0c95f2 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -46,7 +46,12 @@ Rectangle { verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } - ToolButton {} + ToolButton { + id: profileButton + icon.name: "profile-icon" + icon.source: "/assets/profile-24px.svg" + highlighted: true + } } } |