more friendly
This commit is contained in:
parent
d46900db41
commit
254f752abb
11 changed files with 762 additions and 263 deletions
|
|
@ -25,7 +25,7 @@ namespace Yavsc.Models.Messaging
|
|||
/// The icon.
|
||||
/// </summary>
|
||||
[Display(Name = "Icône")]
|
||||
public string icon { get; set; }
|
||||
public string icon { get; set; }
|
||||
/// <summary>
|
||||
/// The sound.
|
||||
/// </summary>
|
||||
|
|
@ -55,5 +55,10 @@ namespace Yavsc.Models.Messaging
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string Target { get; set; }
|
||||
|
||||
public Notification()
|
||||
{
|
||||
icon = "exclam";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue