From e077b63915a6840dc1b0d0c9f3606ebf7759dc59 Mon Sep 17 00:00:00 2001 From: Matthijs Kok Date: Thu, 9 Oct 2025 01:47:55 +0200 Subject: [PATCH] settings_ui: Correct "File Icons" description (#39805) 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 --- crates/settings_ui/src/page_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/settings_ui/src/page_data.rs b/crates/settings_ui/src/page_data.rs index e902232adce83edc0dc7f61374032ba706204752..4a9697a9d411852297bc1368fa46575a4e6b9d5f 100644 --- a/crates/settings_ui/src/page_data.rs +++ b/crates/settings_ui/src/page_data.rs @@ -2430,7 +2430,7 @@ pub(crate) fn settings_data() -> Vec { }), 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 {