Update ServerFolders.plugin.js

This commit is contained in:
Mirco Wittrien 2020-03-31 09:27:22 +02:00
parent 78cce3be56
commit 5b05b70458
1 changed files with 3 additions and 5 deletions

View File

@ -274,7 +274,7 @@ var ServerFolders = (_ => {
return class ServerFolders {
getName () {return "ServerFolders";}
getVersion () {return "6.7.2";}
getVersion () {return "6.7.3";}
getAuthor () {return "DevilBro";}
@ -333,10 +333,6 @@ var ServerFolders = (_ => {
top: -10px;
right: -10px;
}
${BDFDB.dotCN.guildfolderwrapper} [role="group"],
${BDFDB.dotCN.guildfolderexpandedbackground} {
display: none !important;
}
${BDFDB.dotCN._serverfoldersdragpreview} {
pointer-events: none !important;
position: absolute !important;
@ -636,6 +632,8 @@ var ServerFolders = (_ => {
});
}
}
e.returnvalue.props.children[0] = null;
e.returnvalue.props.children[2] = null;
}
processGuild (e) {