mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Fix typo in tab_bar.show default value rustdoc (#13641)
Fixes #13639 Release Notes: - N/A
This commit is contained in:
parent
891f195f7b
commit
a295b90597
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ pub struct TabBarSettings {
|
||||||
pub struct TabBarSettingsContent {
|
pub struct TabBarSettingsContent {
|
||||||
/// Whether or not to show the tab bar in the editor.
|
/// Whether or not to show the tab bar in the editor.
|
||||||
///
|
///
|
||||||
/// Default: top
|
/// Default: true
|
||||||
pub show: Option<bool>,
|
pub show: Option<bool>,
|
||||||
/// Whether or not to show the navigation history buttons in the tab bar.
|
/// Whether or not to show the navigation history buttons in the tab bar.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue