2024-07-17 22:36:10 +02:00
|
|
|
|
namespace Wino.Messaging.Client.Shell
|
2024-07-16 14:56:46 +02:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// When the application theme changed.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <param name="IsUnderlyingThemeDark"></param>
|
|
|
|
|
|
public record ApplicationThemeChanged(bool IsUnderlyingThemeDark);
|
|
|
|
|
|
}
|