From 079307899f3b57f2aec121631b56fb8780430e8e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 26 Sep 2020 13:42:31 -0400 Subject: Media utility refactor (#859) * Move loadImageBase64 into DictionaryImporter * Convert mediaUtility to a class * Add getFileExtensionFromImageMediaType to MediaUtility * Use MediaUtility instead of _getImageExtensionFromMediaType * Use MediaUtility in ClipboardReader to validate images before reading --- ext/bg/background.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/bg/background.html') diff --git a/ext/bg/background.html b/ext/bg/background.html index ba0710e6..f42a411d 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -35,6 +35,7 @@ + -- cgit v1.2.3