Event Widget Updates + Format Downloads + Scanner Work (#3024)
This commit is contained in:
parent
30a8a2555f
commit
a427d02ed1
34 changed files with 971 additions and 694 deletions
|
@ -345,6 +345,7 @@ public static class MessageFactory
|
|||
EventType = ProgressEventType.Single,
|
||||
Body = new
|
||||
{
|
||||
Name = Error,
|
||||
Title = title,
|
||||
SubTitle = subtitle,
|
||||
}
|
||||
|
@ -362,6 +363,7 @@ public static class MessageFactory
|
|||
EventType = ProgressEventType.Single,
|
||||
Body = new
|
||||
{
|
||||
Name = Info,
|
||||
Title = title,
|
||||
SubTitle = subtitle,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue