Show mode toggle on home page without active state
Some checks failed
Build Docker Image / build (push) Has been cancelled

This commit is contained in:
Ruslan Bakiev
2026-01-26 15:48:55 +07:00
parent 2275f956ae
commit a569942e24
2 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,8 @@
:hub-label="hubLabel ?? undefined"
:quantity="quantity"
:can-search="canSearch"
:show-mode-toggle="isCatalogSection"
:show-mode-toggle="true"
:show-active-mode="isCatalogSection"
:glass-style="isCatalogSection"
@toggle-theme="toggleTheme"
@set-catalog-mode="setCatalogMode"