Fix typo in tab_bar.show default value rustdoc (#13641)
Fixes #13639 Release Notes: - N/A
This commit is contained in:
@@ -95,7 +95,7 @@ pub struct TabBarSettings {
|
||||
pub struct TabBarSettingsContent {
|
||||
/// Whether or not to show the tab bar in the editor.
|
||||
///
|
||||
/// Default: top
|
||||
/// Default: true
|
||||
pub show: Option<bool>,
|
||||
/// Whether or not to show the navigation history buttons in the tab bar.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user