launcher: reload subcommand
This commit is contained in:
parent
e8094f5d29
commit
e16475b1cd
1 changed files with 6 additions and 0 deletions
|
|
@ -244,6 +244,12 @@ const Results = ({ entry, mode }: { entry: Widget.Entry; mode: Variable<Mode> })
|
|||
// TODO: todo service or maybe use external app
|
||||
},
|
||||
},
|
||||
reload: {
|
||||
icon: "refresh",
|
||||
name: "Reload",
|
||||
description: "Reload app list",
|
||||
command: () => Apps.reload(),
|
||||
},
|
||||
};
|
||||
const subcommandList = Object.keys(subcommands);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue