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.TextUnformatted("SeString Content");
ImGui.Spacing(); ImGui.Spacing();
if (Plugin.Store.LastMessage.Message == null) if (Plugin.Store.LastMessage.Sender == null)
{ {
ImGui.TextUnformatted("Nothing to show"); ImGui.TextUnformatted("Nothing to show");
return; return;
} }
// TODO: Make SeString freely selectable through chat // 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) 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

+3
View File
@@ -18,6 +18,9 @@ It supports:
### Chat Window ### Chat Window
![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png) ![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png)
### With SimpleTweaks "Chat Name Colors"
![withSimpleTweaks.png](ChatTwo%2Fimages%2FwithSimpleTweaks.png)
--- ---
### IPC Integration ### IPC Integration