Files
Wino-Mail/Wino.Messages/Shell/ApplicationThemeChanged.cs
2024-07-16 14:56:46 +02:00

9 lines
242 B
C#

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