From e16475b1cd323af324266becb676c49537cdb4f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:59:46 +1100 Subject: launcher: reload subcommand --- src/modules/launcher.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modules') 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 }) // 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); -- cgit v1.2.3-freya