feat(app): add v2 home tab toggle (#32191)

This commit is contained in:
Luke Parker
2026-06-17 12:37:48 +02:00
committed by GitHub
parent 55a55d9b67
commit e7150326bc
6 changed files with 169 additions and 88 deletions
+1 -1
View File
@@ -996,7 +996,7 @@ export default function Layout(props: ParentProps) {
id: "sidebar.toggle",
title: language.t("command.sidebar.toggle"),
category: language.t("command.category.view"),
keybind: "mod+b",
keybind: newDesign() ? undefined : "mod+b",
onSelect: () => layout.sidebar.toggle(),
},
{