From b5002d403246d91b8276791c1d16847abbbadab9 Mon Sep 17 00:00:00 2001 From: Cephetir Date: Fri, 6 May 2022 12:41:54 +0300 Subject: Timestamp on hover --- src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt') diff --git a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt index 93a8723..e80fa94 100644 --- a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt +++ b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt @@ -78,6 +78,14 @@ object ChattingConfig : ) var informForAlternatives = true + @Property( + type = PropertyType.SWITCH, + name = "Show Timestamp", + description = "Show message timestamp on hover.", + category = "General" + ) + var showTimestamp = false + @Property( type = PropertyType.SWITCH, name = "Custom Chat Height", -- cgit