Fix command key formatting in SearchWidget.qml

This commit is contained in:
end-4
2025-10-14 09:21:18 +02:00
committed by GitHub
parent e9f803b8a5
commit b4d89b66f5
@@ -403,7 +403,7 @@ Item { // Wrapper
return entry; return entry;
}) })
const commandResultObject = { const commandResultObject = {
key: `cmd /${root.searchingText}`, key: `cmd ${root.searchingText}`,
name: StringUtils.cleanPrefix(root.searchingText, Config.options.search.prefix.shellCommand).replace("file://", ""), name: StringUtils.cleanPrefix(root.searchingText, Config.options.search.prefix.shellCommand).replace("file://", ""),
clickActionName: Translation.tr("Run"), clickActionName: Translation.tr("Run"),
type: Translation.tr("Run command"), type: Translation.tr("Run command"),