add ability to save to appdata

This commit is contained in:
Jakob 2023-10-02 12:30:53 +02:00
parent e932255f59
commit babc550b6d
11 changed files with 160 additions and 56 deletions

View file

@ -258,6 +258,15 @@ namespace EnvyUpdate.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Save files to AppData.
/// </summary>
public static string ui_enable_appdata {
get {
return ResourceManager.GetString("ui_enable_appdata", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enable logging to file.
/// </summary>