summaryrefslogtreecommitdiff
path: root/src/config/defaults.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/defaults.ts')
-rw-r--r--src/config/defaults.ts4
1 files changed, 4 insertions, 0 deletions
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,