Fix default project panel autofold docs (#20517)

Closes https://github.com/zed-industries/zed/issues/20511

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-11-11 23:47:48 +01:00 committed by GitHub
parent 82427e1ffb
commit 38f2a919f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ pub struct ProjectPanelSettingsContent {
/// Whether to fold directories automatically
/// when directory has only one directory inside.
///
/// Default: false
/// Default: true
pub auto_fold_dirs: Option<bool>,
/// Scrollbar-related settings
pub scrollbar: Option<ScrollbarSettingsContent>,