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;
|
||||
})
|
||||
const commandResultObject = {
|
||||
key: `cmd /${root.searchingText}`,
|
||||
key: `cmd ${root.searchingText}`,
|
||||
name: StringUtils.cleanPrefix(root.searchingText, Config.options.search.prefix.shellCommand).replace("file://", ""),
|
||||
clickActionName: Translation.tr("Run"),
|
||||
type: Translation.tr("Run command"),
|
||||
|
||||
Reference in New Issue
Block a user