From e2d25572ec868e50d14f3e6e95578d3c8cbf819f Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:13:25 -0500 Subject: [PATCH] Stickers: fix --- Stickers/Integrations/BTKUI/UIAddon.Page.StickerSelect.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Stickers/Integrations/BTKUI/UIAddon.Page.StickerSelect.cs b/Stickers/Integrations/BTKUI/UIAddon.Page.StickerSelect.cs index 3fe1f90..34f53a5 100644 --- a/Stickers/Integrations/BTKUI/UIAddon.Page.StickerSelect.cs +++ b/Stickers/Integrations/BTKUI/UIAddon.Page.StickerSelect.cs @@ -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 } }