- Save ExtraChat channel
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.29.10</Version>
|
<Version>1.29.11</Version>
|
||||||
<TargetFramework>net8.0-windows</TargetFramework>
|
<TargetFramework>net8.0-windows</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
@@ -867,6 +867,8 @@ public sealed class ChatLogWindow : Window
|
|||||||
// SendMessage detour.
|
// SendMessage detour.
|
||||||
var bytes = Encoding.UTF8.GetBytes(channel.Value.Prefix());
|
var bytes = Encoding.UTF8.GetBytes(channel.Value.Prefix());
|
||||||
ChatBox.SendMessageUnsafe(bytes);
|
ChatBox.SendMessageUnsafe(bytes);
|
||||||
|
|
||||||
|
Plugin.CurrentTab.CurrentChannel.Channel = channel.Value;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user