fix(@desktop/onboarding): add account name area cursorShape
Closes:#6518
This commit is contained in:
parent
492afe6996
commit
06f6eb176f
|
@ -163,6 +163,7 @@ Item {
|
|||
|
||||
anchors.fill: parent
|
||||
anchors.margins: -10
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
accountPopupOpened = accountsPopup.opened
|
||||
|
|
Loading…
Reference in New Issue