From ec2c21da6c6bf83a2c95ca2c0e73bbddba763792 Mon Sep 17 00:00:00 2001
From: Mirco Wittrien <mirco.wittrien@gmail.com>
Date: Sat, 23 Oct 2021 13:35:06 +0200
Subject: [PATCH] Update ShowConnections.plugin.js

---
 Plugins/ShowConnections/ShowConnections.plugin.js | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/Plugins/ShowConnections/ShowConnections.plugin.js b/Plugins/ShowConnections/ShowConnections.plugin.js
index 36513fed00..e24c84a416 100644
--- a/Plugins/ShowConnections/ShowConnections.plugin.js
+++ b/Plugins/ShowConnections/ShowConnections.plugin.js
@@ -2,7 +2,7 @@
  * @name ShowConnections
  * @author DevilBro
  * @authorId 278543574059057154
- * @version 1.0.7
+ * @version 1.0.8
  * @description Shows the connected Accounts of a User in the UserPopout
  * @invite Jx3TjNS
  * @donate https://www.paypal.me/MircoWittrien
@@ -17,13 +17,8 @@ module.exports = (_ => {
 		"info": {
 			"name": "ShowConnections",
 			"author": "DevilBro",
-			"version": "1.0.7",
+			"version": "1.0.8",
 			"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));