Info panel for synchronizers in shell.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Wino.Messaging.UI;
|
||||
|
||||
/// <summary>
|
||||
/// Sent when all queued synchronization requests for an account have been executed.
|
||||
/// </summary>
|
||||
public record SynchronizationActionsCompleted(
|
||||
Guid AccountId) : UIMessageBase<SynchronizationActionsCompleted>;
|
||||
Reference in New Issue
Block a user