mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-24 23:55:29 +00:00
Make new guilds draggable
This commit is contained in:
@@ -835,7 +835,7 @@ class Localuser {
|
||||
const guildy = new Guild(temp.d, this, this.user);
|
||||
this.guilds.push(guildy);
|
||||
this.guildids.set(guildy.id, guildy);
|
||||
const divy = guildy.generateGuildIcon();
|
||||
const divy = this.makeGuildIcon(guildy);
|
||||
guildy.HTMLicon = divy;
|
||||
(document.getElementById("servers") as HTMLDivElement).insertBefore(
|
||||
divy,
|
||||
|
||||
Reference in New Issue
Block a user