convert icon to png

This commit is contained in:
Pete Matsyburka
2025-01-20 14:46:43 +02:00
parent b0aabd9e79
commit c59c58624b
+1 -1
View File
@@ -128,7 +128,7 @@ export default {
}
})
} else {
if (file.type === 'image/bmp') {
if (file.type === 'image/bmp' || file.type === 'image/vnd.microsoft.icon') {
file = await this.convertBmpToPng(file)
}