From cbf613e42c10d6e2c207074d1bec7d7a3d67b490 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:25:27 +1000 Subject: navbar: config show labels Hide labels by default --- src/config/defaults.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/defaults.ts') diff --git a/src/config/defaults.ts b/src/config/defaults.ts index 9b4bf1c..21ba436 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -120,6 +120,7 @@ export default { navbar: { persistent: false, // Whether to show all the time or only on hover appearWidth: 10, // The width in pixels of the hover area for the navbar to show up + showLabels: false, // Whether to show labels for active buttons }, // Services math: { -- cgit v1.2.3-freya