refactor: enable scrollbar_auto_hide by default
This commit is contained in:
parent
dfcca170ef
commit
cb189e3936
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue