From a8e5d9b0dc1e762ec53dc7ed02f8cd1c7c5575bb Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 26 Sep 2020 18:55:24 +0200 Subject: [PATCH] Update DisplayServersAsChannels.plugin.js --- .../DisplayServersAsChannels.plugin.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js index 3dfbdc8a18..a095bc825f 100644 --- a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js +++ b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js @@ -5,8 +5,13 @@ module.exports = (_ => { "info": { "name": "DisplayServersAsChannels", "author": "DevilBro", - "version": "1.4.1", + "version": "1.4.2", "description": "Display servers in a similar way as channels." + }, + "changeLog": { + "improved": { + "Server Tooltip": "No longer removes the server tooltip if the plugin ServerDetails is enabled" + } } }; return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class { @@ -165,7 +170,7 @@ module.exports = (_ => { processGuild (e) { if (e.instance.props.guild) { - this.removeTooltip(e.returnvalue); + if (!BDFDB_Global.BDUtils.isPluginEnabled("ServerDetails")) this.removeTooltip(e.returnvalue); this.removeMask(e.returnvalue); this.addElementName(e.returnvalue, e.instance.props.guild.name, { badges: [