From 9234829c2aeb4ca7e2d270273a803dc6e98fd889 Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sat, 14 Jan 2023 15:23:07 -0500 Subject: add smooth messages --- src/main/kotlin/cc/woverflow/chatting/chat/ChatTabs.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/cc/woverflow/chatting/chat') diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabs.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabs.kt index c2329b4..76659ed 100644 --- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabs.kt +++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabs.kt @@ -26,6 +26,7 @@ object ChatTabs { return returnValue } } + var hasCancelledAnimation = false private var initialized = false private val tabFile = ConfigUtils.getProfileFile("chattabs.json") -- cgit