Better preview images

This commit is contained in:
Infi
2024-04-10 20:02:54 +02:00
parent 85bf359c0a
commit 657d5f9e38
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -41,14 +41,14 @@ public class SeStringDebugger : Window
ImGui.TextUnformatted("SeString Content");
ImGui.Spacing();
if (Plugin.Store.LastMessage.Message == null)
if (Plugin.Store.LastMessage.Sender == null)
{
ImGui.TextUnformatted("Nothing to show");
return;
}
// TODO: Make SeString freely selectable through chat
foreach (var payload in Plugin.Store.LastMessage.Message.Payloads)
foreach (var payload in Plugin.Store.LastMessage.Sender.Payloads)
{
switch (payload)
{
Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

+6 -3
View File
@@ -1,7 +1,7 @@
# Chat 2
#### Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪
Chat 2 is a complete rewrite of the in-game chat window as a plugin.
Chat 2 is a complete rewrite of the in-game chat window as a plugin.
It supports:
- Unlimited tabs
@@ -18,13 +18,16 @@ It supports:
### Chat Window
![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png)
### With SimpleTweaks "Chat Name Colors"
![withSimpleTweaks.png](ChatTwo%2Fimages%2FwithSimpleTweaks.png)
---
### 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)
---
### Thanks to
The original dev Anna~
The original dev Anna~