Notification overhaul and update to avaloniaui 0.10.7

This commit is contained in:
Xjph 2021-10-12 20:45:00 -02:30
commit 5159500644
10 changed files with 279 additions and 75 deletions

View file

@ -11,5 +11,8 @@ namespace Observatory.UI.Models
public string Title { get; set; }
public string Detail { get; set; }
public string Colour { get; set; }
public int Timeout { get; set; }
public double XPos { get; set; }
public double YPos { get; set; }
}
}