From bf7e474bbcc2fadf002adb273e2584c77c1573e3 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 16 Jul 2024 14:46:16 +0300 Subject: [PATCH] Properly fix the tab icons --- assets/settings/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 5c0b44166b..62a299a499 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": false, + "file_icons": true, // 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. @@ -436,7 +436,7 @@ // Position of the close button on the editor tabs. "close_position": "right", // Whether to show the file icon for a tab. - "file_icons": true + "file_icons": false }, // Settings related to preview tabs. "preview_tabs": {