summaryrefslogtreecommitdiff
path: root/src/controls/Private/BasicButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/BasicButton.qml')
-rw-r--r--src/controls/Private/BasicButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/BasicButton.qml b/src/controls/Private/BasicButton.qml
index f0c9c63e..cc70cb0a 100644
--- a/src/controls/Private/BasicButton.qml
+++ b/src/controls/Private/BasicButton.qml
@@ -186,7 +186,7 @@ Control {
property bool effectivePressed: pressed && containsMouse || keyPressed
anchors.fill: parent
- hoverEnabled: true
+ hoverEnabled: Settings.hoverEnabled
enabled: !keyPressed
function toggle() {