- Save ExtraChat channel

This commit is contained in:
Infi
2024-12-02 19:26:52 +01:00
parent 5bd6518e1a
commit 6144631b16
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.29.10</Version>
<Version>1.29.11</Version>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
+2
View File
@@ -867,6 +867,8 @@ public sealed class ChatLogWindow : Window
// SendMessage detour.
var bytes = Encoding.UTF8.GetBytes(channel.Value.Prefix());
ChatBox.SendMessageUnsafe(bytes);
Plugin.CurrentTab.CurrentChannel.Channel = channel.Value;
return;
}