From fc0c2939cee91ebc2a48c45271335849656254d4 Mon Sep 17 00:00:00 2001 From: Infi Date: Fri, 17 May 2024 05:02:09 +0200 Subject: [PATCH] Just cleanup --- ChatTwo/ChatTwo.yaml | 1 + README.md | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChatTwo/ChatTwo.yaml b/ChatTwo/ChatTwo.yaml index 383a3b4..08c9a6e 100755 --- a/ChatTwo/ChatTwo.yaml +++ b/ChatTwo/ChatTwo.yaml @@ -12,6 +12,7 @@ description: |- - Completely variable font size - Sidebar tabs - Unread counts + - Emotes - Screenshot mode (obfuscate names) repo_url: https://github.com/Infiziert90/ChatTwo accepts_feedback: true diff --git a/README.md b/README.md index a1a421f..6a13a4c 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,22 @@ It supports: - Completely variable font size - Sidebar tabs - Unread counts +- Emotes - Screenshot mode (obfuscate names) --- ### Chat Window -![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png) +![chatWindow.png](ChatTwo/images/chatWindow.png) ### With SimpleTweaks "Chat Name Colors" -![withSimpleTweaks.png](ChatTwo%2Fimages%2FwithSimpleTweaks.png) +![withSimpleTweaks.png](ChatTwo/images/withSimpleTweaks.png) --- ### IPC Integration Other plugins can easily integrate their functionality into the context menu of chat2 -For more infos read [ipc.md](ipc.md) +For more infos read [IPC Guide](ipc.md) ---