diff --git a/.gitattributes b/.gitattributes index e4d2bbbf7..efde40a76 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.ftl eol=lf +*.sh eol=lf diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f4f93eb2a..d5bcb9ecf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -61,6 +61,7 @@ Soren Bjornstad Aleksa Sarai Jakub Kaczmarzyk Akshara Balachandra +lukkea ******************** diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 6aeb41743..ec7fe117a 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -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",