Synchronise les parties entre les deux devices
This commit is contained in:
@@ -59,6 +59,13 @@ public sealed class MatchStore(BrowserBridge browser, UserSession userSession)
|
||||
MarkDirty();
|
||||
}
|
||||
|
||||
public void ReplaceCurrent(MatchState? match)
|
||||
{
|
||||
Current = match;
|
||||
IsLoaded = true;
|
||||
_dirty = false;
|
||||
}
|
||||
|
||||
public void MarkDirty()
|
||||
=> _dirty = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user