Align with
https://github.com/zed-industries/zed/blob/cd656485c863fcf3c1cc9cb1f00cd4b29b976fb1/crates/settings/src/settings_content/workspace.rs#L490
By the way, LOVE the settings UI! <3 Great job so far :)
Release Notes:
- N/A
@@ -2430,7 +2430,7 @@ pub(crate) fn settings_data() -> Vec<SettingsPage> {
}),
SettingsPageItem::SettingItem(SettingItem {
title: "File Icons",
- description: "Whether to show folder icons or chevrons for directories in the project panel",
+ description: "Whether to show file icons in the project panel",
field: Box::new(SettingField {
pick: |settings_content| {
if let Some(project_panel) = &settings_content.project_panel {