diff options
Diffstat (limited to 'src/modules/launcher.tsx')
| -rw-r--r-- | src/modules/launcher.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modules/launcher.tsx b/src/modules/launcher.tsx index 2fc6eef..67d0ee9 100644 --- a/src/modules/launcher.tsx +++ b/src/modules/launcher.tsx @@ -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); |