Skip to content

Commit

Permalink
added icon for ".h" files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyre221 authored Nov 20, 2023
1 parent dd04fb9 commit aa973ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def __list_icon_chooser__(self, path, is_folder=False):
icon = self.shell_icon
elif extension in [".py"]:
icon = self.python_icon
elif extension in [".ccp"]:
elif extension in [".ccp",".h"]:
icon = self.c_language_icon
elif extension in [".txt"]:
icon = self.txt_icon
Expand Down

0 comments on commit aa973ed

Please sign in to comment.