From b0f857f0d1a1bec3d9c56a6e76d54932bfc6bf01 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:01:36 +1000 Subject: feat: add navbar For controlling sidebar panes + other stuff later --- src/config/defaults.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config/defaults.ts') diff --git a/src/config/defaults.ts b/src/config/defaults.ts index f256265..59cc215 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -112,6 +112,10 @@ export default { sidebar: { showOnStartup: false, }, + 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 + }, // Services math: { maxHistory: 100, -- cgit v1.2.3-freya