diff options
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chattils/config/ChattilsConfig.kt | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -28,6 +28,14 @@ object ChattilsConfig : Vigilant(File(Chattils.modDir, "${Chattils.ID}.toml"), C @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", description = "Allows you to change the height of chat to heights greater than before.", category = "Chat Window" |