mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
feat: Show toggle theme shortcut in keyboard shortcuts modal (#12168)
This commit is contained in:
@@ -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: (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user