Add list removal to context menu and more aggressively redraw on perf setting changes

This commit is contained in:
Loporrit
2025-02-22 02:06:08 +00:00
parent 06c2d8b007
commit bb6f219546
2 changed files with 39 additions and 48 deletions

View File

@@ -106,7 +106,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
{
if (msg.UID != null && !msg.UID.Equals(Pair.UserData.UID, StringComparison.Ordinal)) return;
Logger.LogDebug("Recalculating performance for {uid}", Pair.UserData.UID);
pair.ApplyLastReceivedData();
pair.ApplyLastReceivedData(forced: true);
});
LastAppliedDataBytes = -1;