add check for cards not supporting studio drivers
This commit is contained in:
parent
25bd864e76
commit
2e4fa930ff
5 changed files with 45 additions and 3 deletions
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -222,6 +222,15 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Studio Driver is not supported by this graphics card..
|
||||
/// </summary>
|
||||
public static string ui_studionotsupported {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_studionotsupported", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to uninstall EnvyUpdate?.
|
||||
/// </summary>
|
||||
|
|
Reference in a new issue