diff --git a/discover/qml/SearchField.qml b/discover/qml/SearchField.qml index 2125ec228169a9f64397ced5c00bc616bf8d4cf2..76aae2b0d3acdb27a872366bb200bccfad4bb8e1 100644 --- a/discover/qml/SearchField.qml +++ b/discover/qml/SearchField.qml @@ -42,6 +42,13 @@ TextField Component.onCompleted: forceActiveFocus() + hoverEnabled: true + ToolTip { + delay: Kirigami.Units.longDuration + visible: hovered + text: searchAction.shortcut + } + QQC1.ToolButton { anchors { top: parent.top