diff options
| author | Fuwn <[email protected]> | 2025-05-15 02:54:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-15 02:54:45 -0700 |
| commit | ccabd1f6661a9be728c6594ac3bcad628b83530c (patch) | |
| tree | fba6cf1384feb2575a85e78e99c49192a40faeba /src | |
| parent | feat(CommandPalette): Per-item tags (diff) | |
| download | due.moe-ccabd1f6661a9be728c6594ac3bcad628b83530c.tar.xz due.moe-ccabd1f6661a9be728c6594ac3bcad628b83530c.zip | |
feat(CommandPalette): Add extra tags to Settings action
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/CommandPalette/actions.ts | 4 |
1 files changed, 3 insertions, 1 deletions
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' ] }, { |