forked from Shinonome/dots-hyprland
Fix command key formatting in SearchWidget.qml
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user