feat: Show toggle theme shortcut in keyboard shortcuts modal (#12168)

This commit is contained in:
Tom Moor
2026-04-26 13:54:56 -04:00
committed by GitHub
parent c4d764e243
commit 2e3ae72cd2
+9
View File
@@ -88,6 +88,15 @@ function KeyboardShortcuts({ defaultQuery = "" }: Props) {
),
label: t("Toggle sidebar"),
},
{
shortcut: (
<>
<Key symbol>{metaDisplay}</Key> + <Key symbol></Key> +{" "}
<Key>l</Key>
</>
),
label: t("Toggle theme"),
},
{
shortcut: (
<>