diff --git a/lookandfeel/contents/runcommand/RunCommand.qml b/lookandfeel/contents/runcommand/RunCommand.qml --- a/lookandfeel/contents/runcommand/RunCommand.qml +++ b/lookandfeel/contents/runcommand/RunCommand.qml @@ -77,6 +77,18 @@ : i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Textfield placeholder text", "Search...") + PlasmaComponents.BusyIndicator { + anchors { + right: parent.right + top: parent.top + bottom: parent.bottom + margins: units.smallSpacing + rightMargin: units.largeSpacing + } + + visible: results.queryActive + running: visible + } function move_up() { if (length === 0) { root.showHistory = true;