ux: multiple layout style changes

This commit is contained in:
leo 2024-06-24 19:52:00 +08:00
parent 989e359a5a
commit 885dccb52b
No known key found for this signature in database
22 changed files with 96 additions and 93 deletions

View file

@ -4,6 +4,11 @@
{
public bool IsError { get; set; } = false;
public string Message { get; set; } = string.Empty;
public void CopyMessage()
{
App.CopyText(Message);
}
}
public interface INotificationReceiver