diff --git a/applets/kickoff/package/contents/ui/SearchView.qml b/applets/kickoff/package/contents/ui/SearchView.qml --- a/applets/kickoff/package/contents/ui/SearchView.qml +++ b/applets/kickoff/package/contents/ui/SearchView.qml @@ -54,7 +54,7 @@ runners: { var runners = ["desktopsessions", "services", "places", - "PowerDevil"]; + "PowerDevil", "calculator", "unitconverter"]; if (plasmoid.configuration.useExtraRunners) { runners = runners.concat(plasmoid.configuration.runners);