diff options
Diffstat (limited to 'src/controls/Private/BasicButton.qml')
-rw-r--r-- | src/controls/Private/BasicButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/BasicButton.qml b/src/controls/Private/BasicButton.qml index dc503dc5..5de95aa9 100644 --- a/src/controls/Private/BasicButton.qml +++ b/src/controls/Private/BasicButton.qml @@ -182,7 +182,7 @@ Control { property bool effectivePressed: pressed && containsMouse || keyPressed anchors.fill: parent - hoverEnabled: true + hoverEnabled: Settings.hoverEnabled enabled: !keyPressed function toggle() { |