aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/chat
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2023-01-14 15:23:07 -0500
committerWyvest <45589059+Wyvest@users.noreply.github.com>2023-01-14 15:23:07 -0500
commit9234829c2aeb4ca7e2d270273a803dc6e98fd889 (patch)
tree84950cdfe6b1d09bac89e7022bd95a7956d5c060 /src/main/kotlin/cc/woverflow/chatting/chat
parentee8f9de5a156f356e53eb70476f05cd2bf07ae89 (diff)
downloadChatting-9234829c2aeb4ca7e2d270273a803dc6e98fd889.tar.gz
Chatting-9234829c2aeb4ca7e2d270273a803dc6e98fd889.tar.bz2
Chatting-9234829c2aeb4ca7e2d270273a803dc6e98fd889.zip
add smooth messages
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/chat')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/chat/ChatTabs.kt1
1 files changed, 1 insertions, 0 deletions
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")