Better preview images
This commit is contained in:
@@ -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 |
@@ -18,6 +18,9 @@ It supports:
|
|||||||
### Chat Window
|
### Chat Window
|
||||||

|

|
||||||
|
|
||||||
|
### With SimpleTweaks "Chat Name Colors"
|
||||||
|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### IPC Integration
|
### IPC Integration
|
||||||
|
|||||||
Reference in New Issue
Block a user