This commit is contained in:
Mirco Wittrien 2019-11-29 21:12:53 +01:00
parent eff2ce0e0a
commit c411096ed7
2 changed files with 2 additions and 2 deletions

View File

@ -6990,7 +6990,7 @@ var BDFDB = {
});
}
};
InternalBDFDB.setDefaultProps(LibraryComponents.GuildComponents.Guild, {menu:true, tooltip:true, list:false, state:false, draggable:false, sorting:false});
InternalBDFDB.setDefaultProps(LibraryComponents.GuildComponents.Guild, {menu:true, tooltip:true, list:false, state:false, draggable:false, sorting:false, animatable:true});
LibraryComponents.GuildComponents.Icon = BDFDB.ModuleUtils.findByName("GuildIconWrapper");

File diff suppressed because one or more lines are too long