diff --git a/src/gui/Pages/AccountSettings/Profile.qml b/src/gui/Pages/AccountSettings/Profile.qml index 7a26ae62..338bdff8 100644 --- a/src/gui/Pages/AccountSettings/Profile.qml +++ b/src/gui/Pages/AccountSettings/Profile.qml @@ -87,6 +87,14 @@ HGridLayout { HoverHandler { id: overlayHover } + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton + cursorShape: + overlayHover.hovered ? + Qt.PointingHandCursor : Qt.ArrowCursor + } + HColumnLayout { anchors.centerIn: parent spacing: currentSpacing