Merge pull request #773 from abdnh/editor-process-local-icons

Process local ico files like other image formats
This commit is contained in:
Damien Elmes 2020-10-03 09:43:09 +10:00 committed by GitHub
commit af911aa669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ from aqt.utils import (
) )
from aqt.webview import AnkiWebView from aqt.webview import AnkiWebView
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg", "webp") pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg", "webp", "ico")
audio = ( audio = (
"wav", "wav",
"mp3", "mp3",