From ccabd1f6661a9be728c6594ac3bcad628b83530c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 15 May 2025 02:54:45 -0700 Subject: feat(CommandPalette): Add extra tags to Settings action --- src/lib/CommandPalette/actions.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/CommandPalette/actions.ts b/src/lib/CommandPalette/actions.ts index 8ed6e968..1850d398 100644 --- a/src/lib/CommandPalette/actions.ts +++ b/src/lib/CommandPalette/actions.ts @@ -48,7 +48,9 @@ export const defaultActions = [ 'calculation', 'cache', 'clear', - 'debug' + 'debug', + 'language', + 'locale' ] }, { -- cgit v1.2.3