From e02ba1f11a421618aaf357dd166aae005301e7ab Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sun, 2 Jan 2022 15:20:32 +0700 Subject: remove tooltip background feature --- src/main/kotlin/cc/woverflow/chattils/config/ChattilsConfig.kt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/cc/woverflow/chattils/config/ChattilsConfig.kt b/src/main/kotlin/cc/woverflow/chattils/config/ChattilsConfig.kt index 77b9654..d662755 100644 --- a/src/main/kotlin/cc/woverflow/chattils/config/ChattilsConfig.kt +++ b/src/main/kotlin/cc/woverflow/chattils/config/ChattilsConfig.kt @@ -26,6 +26,14 @@ object ChattilsConfig : Vigilant(File(Chattils.modDir, "${Chattils.ID}.toml"), C ) var textRenderType = 1 + @Property( + type = PropertyType.SWITCH, + name = "Remove Tooltip Background", + description = "Remove the tooltip background.", + category = "General" + ) + var removeTooltipBackground = false + @Property( type = PropertyType.SWITCH, name = "Custom Chat Height", -- cgit