From 5abc943439c1439a98ca06feb6d740cb3c1fa159 Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sun, 8 May 2022 11:38:43 +0700 Subject: disable timestamps for now --- src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 2b163c5..bc3aa31 100644 --- a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt +++ b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt @@ -104,6 +104,7 @@ object ChattingConfig : ) var customFormatting = false + /*/ @Property( type = PropertyType.SWITCH, name = "Show Timestamp", @@ -120,6 +121,8 @@ object ChattingConfig : ) var showTimestampHover = true + */ + @Property( type = PropertyType.SWITCH, name = "Custom Chat Height", @@ -251,7 +254,7 @@ object ChattingConfig : chatShortcuts = funny ChatShortcuts.initialize() } - addDependency("showTimestampHover", "showTimestamp") + //addDependency("showTimestampHover", "showTimestamp") } private object ConfigSorting : SortingBehavior() { -- cgit