feat: configurable persistent tabs

This commit is contained in:
vince
2024-07-10 00:50:41 +08:00
parent 41d0495630
commit db76325d68
23 changed files with 177 additions and 176 deletions

View File

@@ -34,7 +34,7 @@ const { globalSearchShortcutKey } = usePreferences();
<div class="flex h-full min-w-0 flex-shrink-0 items-center">
<GlobalSearch
:enable-shortcut-key="globalSearchShortcutKey"
:menus="accessStore.getAccessMenus"
:menus="accessStore.accessMenus"
class="mr-4"
/>
<ThemeToggle class="mr-2" />