add auto download feature
This commit is contained in:
parent
3f925ee17a
commit
b9e7aac55f
7 changed files with 45 additions and 3 deletions
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -267,6 +267,15 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Download updates automatically.
|
||||
/// </summary>
|
||||
public static string ui_enable_autodownload {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_enable_autodownload", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enable logging to file.
|
||||
/// </summary>
|
||||
|
|
Reference in a new issue