refactor: enable scrollbar_auto_hide by default

This commit is contained in:
CJ van den Berg 2026-01-14 13:07:10 +01:00
parent dfcca170ef
commit cb189e3936
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -47,7 +47,7 @@ bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch lin
show_scrollbars: bool = true,
show_fileicons: bool = true,
show_local_diagnostics_in_panel: bool = false,
scrollbar_auto_hide: bool = false,
scrollbar_auto_hide: bool = true,
start_debugger_on_crash: bool = false,