- Allow temp channels again for fixed tabs

- French and Chinese loc update
This commit is contained in:
Infi
2025-02-07 12:05:18 +01:00
parent 8354db5b03
commit 14cb3af13a
5 changed files with 9 additions and 11 deletions
-2
View File
@@ -463,8 +463,6 @@ internal class UsedChannel
internal void SetChannel(InputChannel channel)
{
UseTempChannel = false;
TempTellTarget = null;
Channel = channel;
}
}