diff --git a/src/commoncomponents/MaterialButton.qml b/src/commoncomponents/MaterialButton.qml
index 8c406bd8b8950c73e9ec3f071877b07686f00e7c..69400faa15cf40132c83f49b213322a6e2a0844b 100644
--- a/src/commoncomponents/MaterialButton.qml
+++ b/src/commoncomponents/MaterialButton.qml
@@ -40,7 +40,7 @@ Button {
     icon.source: ""
     icon.height: 18
     icon.width: 18
-    hoverEnabled: hoverColor !== undefined
+    hoverEnabled: hoveredColor !== undefined
 
     contentItem: Item {
         Rectangle {
diff --git a/src/settingsview/components/BannedItemDelegate.qml b/src/settingsview/components/BannedItemDelegate.qml
index 999b494462326d8d8e6efa256a5e7d554d00e857..fa60c3e6fdaacbe860b328c252553c57b99c2b8c 100644
--- a/src/settingsview/components/BannedItemDelegate.qml
+++ b/src/settingsview/components/BannedItemDelegate.qml
@@ -181,7 +181,7 @@ ItemDelegate {
 
             backgroundColor: "transparent"
 
-            ToolTip.visible: isHovering
+            ToolTip.visible: hovered
             ToolTip.text: qsTr("Add as contact")
 
             onClicked: {
diff --git a/src/settingsview/components/DeviceItemDelegate.qml b/src/settingsview/components/DeviceItemDelegate.qml
index 64a2a5cbe3e2498fba1ead3d83eeb745f186e304..c5028d5c3a38802fe8fee1505b0f8ef8344cd7b9 100644
--- a/src/settingsview/components/DeviceItemDelegate.qml
+++ b/src/settingsview/components/DeviceItemDelegate.qml
@@ -180,7 +180,7 @@ ItemDelegate {
                 }
             }
 
-            ToolTip.visible: isHovering
+            ToolTip.visible: hovered
             ToolTip.text: {
                 if(isCurrent) {
                     if (editable) {