ShowConnections: improve look in simplified prof; fix tooltip overflow

This commit is contained in:
Vendicated 2024-06-09 03:44:52 +02:00
parent 4bf28f4634
commit aaba22f577
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
4 changed files with 45 additions and 25 deletions

View file

@ -69,13 +69,6 @@ export default definePlugin({
}
]
},
{
find: "=!1,canUsePremiumCustomization:",
replacement: {
match: /(\i)\.premiumType/,
replace: "$self.patchPremiumType($1)||$&"
}
},
{
find: "BannerLoadingStatus:function",
replacement: {