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 |
@@ -1,7 +1,7 @@
|
|||||||
# Chat 2
|
# Chat 2
|
||||||
#### Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪
|
#### 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:
|
It supports:
|
||||||
|
|
||||||
- Unlimited tabs
|
- Unlimited tabs
|
||||||
@@ -18,13 +18,16 @@ It supports:
|
|||||||
### Chat Window
|
### Chat Window
|
||||||

|

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

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 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.md](ipc.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Thanks to
|
### Thanks to
|
||||||
The original dev Anna~
|
The original dev Anna~
|
||||||
|
|||||||
Reference in New Issue
Block a user