Update ShowConnections.plugin.js

This commit is contained in:
Mirco Wittrien 2021-10-23 13:35:06 +02:00 committed by GitHub
parent 7218a37233
commit ec2c21da6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -2,7 +2,7 @@
* @name ShowConnections * @name ShowConnections
* @author DevilBro * @author DevilBro
* @authorId 278543574059057154 * @authorId 278543574059057154
* @version 1.0.7 * @version 1.0.8
* @description Shows the connected Accounts of a User in the UserPopout * @description Shows the connected Accounts of a User in the UserPopout
* @invite Jx3TjNS * @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien * @donate https://www.paypal.me/MircoWittrien
@ -17,13 +17,8 @@ module.exports = (_ => {
"info": { "info": {
"name": "ShowConnections", "name": "ShowConnections",
"author": "DevilBro", "author": "DevilBro",
"version": "1.0.7", "version": "1.0.8",
"description": "Shows the connected Accounts of a User in the UserPopout" "description": "Shows the connected Accounts of a User in the UserPopout"
},
"changeLog": {
"fixed": {
"Icons": "Show again"
}
} }
}; };
@ -247,7 +242,7 @@ module.exports = (_ => {
]; ];
} }
} }
})); }, true));
} }
}; };
})(window.BDFDB_Global.PluginUtils.buildPlugin(config)); })(window.BDFDB_Global.PluginUtils.buildPlugin(config));