perf(ui): cache auto-tell tab tint and icon per tab

This commit is contained in:
2026-05-07 22:06:18 +02:00
parent 36b92f0520
commit 1ffc41f97d
4 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -1571,7 +1571,7 @@ public sealed class ChatLogWindow : Window
{
// v1.2.0 — Hash-Color-Tint differenziert parallele Auto-Tell-Tabs
// visuell ohne dass User pro Tab manuell ein Custom-Icon setzen muss.
iconColor = AutoTellTabTint.For(tab.TellTarget.Name, tab.TellTarget.World);
iconColor = TabTintCache.GetTint(tab);
}
else
{