Potential fix for temp channel issues

This commit is contained in:
Infi
2024-11-18 19:50:53 +01:00
parent a648bcf60d
commit cb7df12005
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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)