add auto download feature

This commit is contained in:
Jakob 2024-02-23 20:30:40 +01:00
parent 3f925ee17a
commit b9e7aac55f
7 changed files with 45 additions and 3 deletions

View file

@ -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>