diff --git a/discover/qml/LabelBackground.qml b/discover/qml/LabelBackground.qml index 28e002e8e51c224eca16b3983f646459641c132e..c731e94e8c553ef1c5e14b5a861211a76d48fb93 100644 --- a/discover/qml/LabelBackground.qml +++ b/discover/qml/LabelBackground.qml @@ -46,7 +46,4 @@ Control horizontalAlignment: Text.AlignHCenter color: root.inProgress ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor } - - ToolTip.visible: hovered - ToolTip.text: theLabel.text }