From b78c6f667628b729964feae35a5b1a21c7b36788 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 e4cccfa5d8e4534806b52e81d13557dfb29c23a5..431f49cf02f3564463fec3646996682eb17f8967 100644 --- a/crates/settings_ui/src/page_data.rs +++ b/crates/settings_ui/src/page_data.rs @@ -2418,7 +2418,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 {