Potential fix for temp channel issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<Version>1.29.7</Version>
|
||||
<Version>1.29.8</Version>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
@@ -211,9 +211,14 @@ public sealed class ChatLogWindow : Window
|
||||
}
|
||||
|
||||
if (info.Permanent)
|
||||
{
|
||||
SetChannel(targetChannel);
|
||||
}
|
||||
else
|
||||
{
|
||||
Plugin.CurrentTab.CurrentChannel.UseTempChannel = true;
|
||||
Plugin.CurrentTab.CurrentChannel.TempChannel = targetChannel.Value;
|
||||
}
|
||||
}
|
||||
|
||||
if (info.Text != null && Chat.Length == 0)
|
||||
|
||||
Reference in New Issue
Block a user