Fix account folder layout is not updated if there is a change after the synchronization.
This commit is contained in:
9
Wino.Messages/UI/AccountFolderConfigurationUpdated.cs
Normal file
9
Wino.Messages/UI/AccountFolderConfigurationUpdated.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Wino.Messaging.UI
|
||||
{
|
||||
/// <summary>
|
||||
/// When account's special folder configuration is updated.
|
||||
/// </summary>
|
||||
public record AccountFolderConfigurationUpdated(Guid AccountId) : UIMessageBase<AccountFolderConfigurationUpdated>;
|
||||
}
|
||||
Reference in New Issue
Block a user