aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-15 02:54:45 -0700
committerFuwn <[email protected]>2025-05-15 02:54:45 -0700
commitccabd1f6661a9be728c6594ac3bcad628b83530c (patch)
treefba6cf1384feb2575a85e78e99c49192a40faeba /src
parentfeat(CommandPalette): Per-item tags (diff)
downloaddue.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.ts4
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'
]
},
{