Initial commit.
This commit is contained in:
8
Wino.Core/Messages/Shell/ApplicationThemeChanged.cs
Normal file
8
Wino.Core/Messages/Shell/ApplicationThemeChanged.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wino.Core.Messages.Shell
|
||||
{
|
||||
/// <summary>
|
||||
/// When the application theme changed.
|
||||
/// </summary>
|
||||
/// <param name="IsUnderlyingThemeDark"></param>
|
||||
public record ApplicationThemeChanged(bool IsUnderlyingThemeDark);
|
||||
}
|
||||
Reference in New Issue
Block a user