mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Notification settings added to the UI
This commit is contained in:
@@ -13,5 +13,13 @@ namespace NzbDrone.Core.Annotations
|
||||
public int Order { get; private set; }
|
||||
public string Label { get; set; }
|
||||
public string HelpText { get; set; }
|
||||
public FieldType Type { get; set; }
|
||||
}
|
||||
|
||||
public enum FieldType
|
||||
{
|
||||
Textbox,
|
||||
Password,
|
||||
Checkbox
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user