Skip to content

Commit c21e9b6

Browse files
committed
add terminal png
1 parent 22fd73a commit c21e9b6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def load_thumbnail(self, file_path):
192192
#".wav": "audio.png",
193193
#".mp3": "audio.png",
194194
#".bik": "video.png",
195-
#".bat": "batch.png",
195+
".bat": "terminal.png",
196196
}
197197

198198
#ext = os.path.splitext(file_path)[1]

fileListApp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def load_thumbnail(self, file_path):
135135
".qc": "txt.png",
136136
".smd": "txt.png",
137137
".cfg": "txt.png",
138-
".sln": "Visual_Studio.png"
138+
".sln": "Visual_Studio.png",
139+
".bat": "terminal.png"
139140
}
140141

141142
ext = os.path.splitext(file_path)[1]

icons/terminal.png

773 Bytes
Loading

0 commit comments

Comments
 (0)