add ability to save to appdata
This commit is contained in:
parent
e932255f59
commit
babc550b6d
11 changed files with 160 additions and 56 deletions
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -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>
|
||||
|
|
Reference in a new issue