From f25e54b25d655007339525775fcfc081d197538a Mon Sep 17 00:00:00 2001 From: ImToggle <98242902+ImToggle@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:58:47 +0800 Subject: [PATCH] make "Underlined Links" off by default --- src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt b/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt index 65b6be8..8321776 100644 --- a/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt +++ b/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt @@ -87,7 +87,7 @@ object ChattingConfig : Config( description = "Makes clickable links in chat blue and underlined.", size = 1 ) - var underlinedLinks = true + var underlinedLinks = false @Switch( name = "Smooth Chat Messages",