We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e13ed commit be6e80eCopy full SHA for be6e80e
Source/Menu/Notifications/Notifications.cs
@@ -30,7 +30,6 @@ public class Notification
30
{
31
public string Date { get; set; }
32
public string Title { get; set; }
33
- public string UpdateMode { get; set; }
34
public List<string> IncludeIf { get; set; }
35
public List<string> IncludeIfNot { get; set; }
36
public List<Item> ItemList { get; set; }
@@ -58,7 +57,6 @@ class Dialog : ValueItem
58
57
}
59
class Update : ValueItem
60
61
62
63
abstract class ValueItem : Item
64
0 commit comments