Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2023-03-20 12:25:54 +01:00
parent 01a04abc5f
commit 5c9d9aa5f7
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ module.exports = (_ => {
}
})
],
this.settings.viewerSettings.zoomMode && !filterForVideos && [
this.settings.viewerSettings.zoomMode && !filterForVideos && !this.isValid(e.instance.props.src, "gif") && [
BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN.downloadlink,
children: "|",