mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:26:31 +00:00
fix bugs with UI for gps denied
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Windows.Media;
|
||||
using MediatR;
|
||||
|
||||
namespace Azaion.Common.Events;
|
||||
|
||||
public class SetStatusTextEvent(string text, Color? color = null) : INotification
|
||||
{
|
||||
public string Text { get; set; } = text;
|
||||
public Color? Color { get; set; } = color;
|
||||
}
|
||||
Reference in New Issue
Block a user