Just cleanup

This commit is contained in:
Infi
2024-05-17 05:02:09 +02:00
parent 2ab56db678
commit fc0c2939ce
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ description: |-
- Completely variable font size - Completely variable font size
- Sidebar tabs - Sidebar tabs
- Unread counts - Unread counts
- Emotes
- Screenshot mode (obfuscate names) - Screenshot mode (obfuscate names)
repo_url: https://github.com/Infiziert90/ChatTwo repo_url: https://github.com/Infiziert90/ChatTwo
accepts_feedback: true accepts_feedback: true
+4 -3
View File
@@ -11,21 +11,22 @@ It supports:
- Completely variable font size - Completely variable font size
- Sidebar tabs - Sidebar tabs
- Unread counts - Unread counts
- Emotes
- Screenshot mode (obfuscate names) - Screenshot mode (obfuscate names)
--- ---
### Chat Window ### Chat Window
![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png) ![chatWindow.png](ChatTwo/images/chatWindow.png)
### With SimpleTweaks "Chat Name Colors" ### With SimpleTweaks "Chat Name Colors"
![withSimpleTweaks.png](ChatTwo%2Fimages%2FwithSimpleTweaks.png) ![withSimpleTweaks.png](ChatTwo/images/withSimpleTweaks.png)
--- ---
### IPC Integration ### IPC Integration
Other plugins can easily integrate their functionality into the context menu of chat2 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)
--- ---