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:
parent
82427e1ffb
commit
38f2a919f8
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ pub struct ProjectPanelSettingsContent {
|
||||||
/// Whether to fold directories automatically
|
/// Whether to fold directories automatically
|
||||||
/// when directory has only one directory inside.
|
/// when directory has only one directory inside.
|
||||||
///
|
///
|
||||||
/// Default: false
|
/// Default: true
|
||||||
pub auto_fold_dirs: Option<bool>,
|
pub auto_fold_dirs: Option<bool>,
|
||||||
/// Scrollbar-related settings
|
/// Scrollbar-related settings
|
||||||
pub scrollbar: Option<ScrollbarSettingsContent>,
|
pub scrollbar: Option<ScrollbarSettingsContent>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue