CodeEditApp/CodeEdit

๐Ÿž Changes to File Icon Type setting not reflected in UI immediately

austincondiff opened this issue ยท 2 comments

Description

When the user changes the file icon style setting, updates to the UI are not reflected immediately. Instead the user is required to change navigators to something else and then go back to the project navigator to see any UI changes.

To Reproduce

  1. Open settings
  2. Change "File Icon Type" setting
  3. Notice there are no changes to the icon color
  4. Go to another navigator
  5. Return to the project navigator
  6. Notice the icon colors changed

Expected Behavior

Icon colors should change as a direct result of your selection of the File Icon Type settings immediately without reinitializing the project navigator view.

Screenshots

Screen.Recording.2024-06-20.at.11.05.40.AM.mp4

Feel free to assign issue to me if there are any comments on my fix

It appears that issue #1765 has been resolved with PR #1733. As a reminder, please include - closes #0000 in PR descriptions to automatically link and close related issues.