Add list removal to context menu and more aggressively redraw on perf setting changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user