convert icon to png

pull/440/head
Pete Matsyburka 9 months ago
parent b0aabd9e79
commit c59c58624b

@ -128,7 +128,7 @@ export default {
} }
}) })
} else { } else {
if (file.type === 'image/bmp') { if (file.type === 'image/bmp' || file.type === 'image/vnd.microsoft.icon') {
file = await this.convertBmpToPng(file) file = await this.convertBmpToPng(file)
} }

Loading…
Cancel
Save