Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2020-08-14 16:05:53 +02:00
parent ed604657e1
commit 81f5a77ff1
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ var ImageUtilities = (_ => {
getDescription () {return "Adds a handful of options for images/emotes/avatars (direct download, reverse image search, zoom, copy image link, copy image to clipboard, gallery mode)";}
constructor () {
this.changelog = {
"progress":[["Welcome","This is the successor of ImageZoom, ImageGallery, ReverseImageSearch and ShowImageDetails. All of these plugins are now combined in one with even more useful features. Check out the plugin settings to configure the plugin the way you want it to work."]]
};
this.patchedModules = {
after: {
ImageModal: ["render", "componentDidMount"],