Skip to content

Commit be6e80e

Browse files
committed
fix: Remove unused properties
1 parent a5e13ed commit be6e80e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Menu/Notifications/Notifications.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public class Notification
3030
{
3131
public string Date { get; set; }
3232
public string Title { get; set; }
33-
public string UpdateMode { get; set; }
3433
public List<string> IncludeIf { get; set; }
3534
public List<string> IncludeIfNot { get; set; }
3635
public List<Item> ItemList { get; set; }
@@ -58,7 +57,6 @@ class Dialog : ValueItem
5857
}
5958
class Update : ValueItem
6059
{
61-
public string UpdateMode { get; set; }
6260
}
6361
abstract class ValueItem : Item
6462
{

0 commit comments

Comments
 (0)