Add support for Studio without automatic detection

This commit is contained in:
Jakob 2021-05-08 17:29:21 +02:00
parent 71cdd9ab92
commit 29e65e6f0a
7 changed files with 84 additions and 14 deletions

View file

@ -177,6 +177,15 @@ namespace EnvyUpdate.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Local driver type:.
/// </summary>
public static string ui_localdriver_type {
get {
return ResourceManager.GetString("ui_localdriver_type", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Online driver version:.
/// </summary>