mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 07:10:45 +00:00
feat(ui): add default icons for audio+vector thumbs
This commit is contained in:
BIN
tagstudio/resources/qt/images/file_icons/audio.png
Normal file
BIN
tagstudio/resources/qt/images/file_icons/audio.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
tagstudio/resources/qt/images/file_icons/image_vector.png
Normal file
BIN
tagstudio/resources/qt/images/file_icons/image_vector.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -31,6 +31,10 @@
|
||||
"path": "qt/images/file_icons/affinity_photo.png",
|
||||
"mode": "pil"
|
||||
},
|
||||
"audio": {
|
||||
"path": "qt/images/file_icons/audio.png",
|
||||
"mode": "pil"
|
||||
},
|
||||
"blender": {
|
||||
"path": "qt/images/file_icons/blender.png",
|
||||
"mode": "pil"
|
||||
@@ -51,6 +55,10 @@
|
||||
"path": "qt/images/file_icons/image.png",
|
||||
"mode": "pil"
|
||||
},
|
||||
"image_vector": {
|
||||
"path": "qt/images/file_icons/image_vector.png",
|
||||
"mode": "pil"
|
||||
},
|
||||
"material": {
|
||||
"path": "qt/images/file_icons/material.png",
|
||||
"mode": "pil"
|
||||
|
||||
Reference in New Issue
Block a user