bump go version and add keyword

This commit is contained in:
henrygd
2025-09-04 19:07:35 -04:00
parent 794db0ac6a
commit a162a54a58
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
module beszel module beszel
go 1.24.4 go 1.25.1
// lock shoutrrr to specific version to allow review before updating // lock shoutrrr to specific version to allow review before updating
replace github.com/nicholas-fedor/shoutrrr => github.com/nicholas-fedor/shoutrrr v0.8.8 replace github.com/nicholas-fedor/shoutrrr => github.com/nicholas-fedor/shoutrrr v0.8.8

View File

@@ -121,6 +121,7 @@ export default memo(function CommandPalette({ open, setOpen }: { open: boolean;
{SettingsShortcut} {SettingsShortcut}
</CommandItem> </CommandItem>
<CommandItem <CommandItem
keywords={[t`Universal token`]}
onSelect={() => { onSelect={() => {
navigate(getPagePath($router, "settings", { name: "tokens" })) navigate(getPagePath($router, "settings", { name: "tokens" }))
setOpen(false) setOpen(false)