Update ImageUtilities.plugin.js
This commit is contained in:
parent
01a04abc5f
commit
5c9d9aa5f7
|
@ -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: "|",
|
||||
|
|
Loading…
Reference in New Issue