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

8 lines
228 B
C#
Raw Normal View History

2025-02-16 11:54:23 +01:00
namespace Wino.Messaging.Client.Shell;
/// <summary>
/// When the application theme changed.
/// </summary>
/// <param name="IsUnderlyingThemeDark"></param>
public record ApplicationThemeChanged(bool IsUnderlyingThemeDark);