diff --git a/src/gui/Pages/AccountSettings/General.qml b/src/gui/Pages/AccountSettings/General.qml index b58ed7fc..000840a3 100644 --- a/src/gui/Pages/AccountSettings/General.qml +++ b/src/gui/Pages/AccountSettings/General.qml @@ -132,6 +132,8 @@ HFlickableColumnPage { // Layout.preferredWidth: 256 * theme.uiScale Layout.preferredHeight: width + HoverHandler { id: overlayHover } + Rectangle { anchors.fill: parent z: 10 @@ -154,8 +156,6 @@ HFlickableColumnPage { Behavior on opacity { HNumberAnimation {} } Behavior on color { HColorAnimation {} } - HoverHandler { id: overlayHover } - MouseArea { anchors.fill: parent enabled: ready && account.presence !== "offline"