aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorThatGravyBoat <thatgravyboat@gmail.com>2021-12-24 15:35:03 -0330
committerThatGravyBoat <thatgravyboat@gmail.com>2021-12-24 15:35:03 -0330
commit275bb75deaa4e53d3c1c506aa4a734c174aeed4d (patch)
treed3b481e0ba3b42f5f97ec34c59f594d5d53dce13 /src/main/resources
parent630b6f9757b191591e1a3c623b5c5302dadf3cd8 (diff)
downloadChatting-275bb75deaa4e53d3c1c506aa4a734c174aeed4d.tar.gz
Chatting-275bb75deaa4e53d3c1c506aa4a734c174aeed4d.tar.bz2
Chatting-275bb75deaa4e53d3c1c506aa4a734c174aeed4d.zip
Fixed copying giving chat formatting, fixed copying giving drawn line and not message and added tooltip for copy button.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.stratus.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/mixins.stratus.json b/src/main/resources/mixins.stratus.json
index 16489b4..033e372 100644
--- a/src/main/resources/mixins.stratus.json
+++ b/src/main/resources/mixins.stratus.json
@@ -10,5 +10,8 @@
"GuiNewChatAccessor",
"GuiNewChatMixin"
],
- "verbose": true
+ "verbose": true,
+ "client": [
+ "GuiNewChatMapMixin"
+ ]
} \ No newline at end of file