Update searchbuttons.js

This commit is contained in:
end-4 2024-02-01 14:31:24 +07:00
parent 9caf902dce
commit b836888e05

View file

@ -149,6 +149,7 @@ export const ExecuteCommandButton = ({ command, terminal = false }) => searchIte
actionName: `Execute ${terminal ? 'in terminal' : ''}`,
content: `${command}`,
onActivate: () => execAndClose(command, terminal),
extraClassName: 'techfont',
})
export const CustomCommandButton = ({ text = '' }) => searchItem({