mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-14 11:54:57 +01:00
Added notification window
This commit is contained in:
@@ -11,8 +11,9 @@ namespace Observatory.UI.ViewModels
|
||||
public NotificationViewModel(string title, string detail)
|
||||
{
|
||||
Notification = new() { Title = title, Detail = detail };
|
||||
|
||||
}
|
||||
|
||||
public Models.NotificationModel Notification;
|
||||
public Models.NotificationModel Notification { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user