From 2a8cee57c9ac162a03b5e00a6c3c1a752350c808 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 16 Jul 2024 13:43:17 +0300 Subject: [PATCH] Keep initial tab config without the icons (#14553) Based on https://zed-industries.slack.com/archives/C04S5TU0RSN/p1721125498461089 Release Notes: - N/A --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index c5b3b8b27e..5c0b44166b 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -299,7 +299,7 @@ // Where to dock the project panel. Can be 'left' or 'right'. "dock": "left", // Whether to show file icons in the project panel. - "file_icons": true, + "file_icons": false, // Whether to show folder icons or chevrons for directories in the project panel. "folder_icons": true, // Whether to show the git status in the project panel.