convert icon to png
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user