mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -04:00
even more plugin fixes
This commit is contained in:
parent
2133823bd3
commit
dddb28192c
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ export default definePlugin({
|
|||
authors: [Devs.Ven],
|
||||
description: "Makes Avatars/Banners in user profiles clickable, and adds Guild Context Menu Entries to View Banner/Icon.",
|
||||
|
||||
dependencies: ["MenuItemDeobfuscatorApi"],
|
||||
|
||||
openImage(url: string) {
|
||||
const u = new URL(url);
|
||||
u.searchParams.set("size", "512");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue