This commit is contained in:
Garfield69 2020-01-26 10:18:25 +13:00
parent 6fc1992851
commit 36f91abc35
1 changed files with 2 additions and 0 deletions

View File

@ -3,11 +3,13 @@
class ConfigurationDataRutracker : ConfigurationDataCaptchaLogin
{
public BoolItem StripRussianLetters { get; private set; }
public DisplayItem CaptchaWarning { get; private set; }
public ConfigurationDataRutracker()
: base()
{
StripRussianLetters = new BoolItem() { Name = "Strip Russian Letters", Value = true };
CaptchaWarning = new DisplayItem("<b>About Captcha:</b> If the Captcha Image is missing then leave the Captcha Text empty.") { Name = "Captcha Info" };
}
}
}