From 6c007f7c494ba1e20db98be2b99e80289d118176 Mon Sep 17 00:00:00 2001 From: scorpion-26 <58082714+scorpion-26@users.noreply.github.com> Date: Sat, 4 Feb 2023 15:46:54 +0100 Subject: [PATCH] Default the audio revealer to be disabled --- data/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/config b/data/config index 6254a42..bef02bb 100644 --- a/data/config +++ b/data/config @@ -32,5 +32,5 @@ DefaultWorkspaceSymbol:  # This can cause issues, if there is not enough space on screen (e.g. when opening the text) CenterTime: true -# Sets the audio slider to be on reveal(Just like the sensors). Only affects the bar. -AudioRevealer: true +# Sets the audio slider to be on reveal (Just like the sensors) when true. Only affects the bar. +AudioRevealer: false