Files
Wino-Mail/Wino.Messages/Client/Shell/ApplicationThemeChanged.cs

9 lines
250 B
C#

namespace Wino.Messaging.Client.Shell
{
/// <summary>
/// When the application theme changed.
/// </summary>
/// <param name="IsUnderlyingThemeDark"></param>
public record ApplicationThemeChanged(bool IsUnderlyingThemeDark);
}