Stickers: fix

This commit is contained in:
NotAKidoS 2024-08-25 22:13:25 -05:00
parent 2bf644aa7b
commit e2d25572ec

View file

@ -141,7 +141,6 @@ public static partial class BTKUIAddon
if (button == null) break; // Array resized, excess buttons are generating
//if (button.Hidden) break; // Reached the end of the visible buttons
button.Hidden = true;
button.ButtonIcon = string.Empty; // hoping this makes cohtml less mad
}
}