Merge branch 'master' into fix-ui-scale

This commit is contained in:
Damien Elmes 2020-10-03 09:44:04 +10:00 committed by GitHub
commit 49071ebf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1 +1,2 @@
*.ftl eol=lf
*.sh eol=lf

View File

@ -61,6 +61,7 @@ Soren Bjornstad <anki@sorenbjornstad.com>
Aleksa Sarai <cyphar@cyphar.com>
Jakub Kaczmarzyk <jakub.kaczmarzyk@gmail.com>
Akshara Balachandra <akshara.bala.18@gmail.com>
lukkea <github.com/lukkea/>
********************

View File

@ -43,7 +43,7 @@ from aqt.utils import (
)
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 = (
"wav",
"mp3",