Fix typo in tab_bar.show default value rustdoc (#13641)

Fixes #13639

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2024-06-28 08:48:10 -04:00 committed by GitHub
parent 891f195f7b
commit a295b90597
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
/// ///