launcher: reload subcommand

This commit is contained in:
2 * r + 2 * t 2025-01-19 17:59:46 +11:00
parent e8094f5d29
commit e16475b1cd

View file

@ -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);