From 8a6b1a533ed4a9b6fc796c5b049c71643e44393e Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 3 Apr 2026 22:58:34 +0200 Subject: [PATCH] feat(toolbar): make themes always visible, view groups conditional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Themes are a global preference — always shown when logged in. Connection, quad-view, and panels remain view-specific via provideToolbar. Fixes blank toolbar when navigating to views that don't call provideToolbar. Co-Authored-By: Claude Sonnet 4.6 --- src/components/AppToolbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppToolbar.vue b/src/components/AppToolbar.vue index 299c144..bd3679a 100644 --- a/src/components/AppToolbar.vue +++ b/src/components/AppToolbar.vue @@ -1,5 +1,5 @@