mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 21:00:35 +00:00
Fix docstring for CallSettingsContent.share_on_join (#21884)
This commit is contained in:
parent
ad4c4aff13
commit
181af7804b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub struct CallSettingsContent {
|
|||
|
||||
/// Whether your current project should be shared when joining an empty channel.
|
||||
///
|
||||
/// Default: true
|
||||
/// Default: false
|
||||
pub share_on_join: Option<bool>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue