Better preview images
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user