add check for cards not supporting studio drivers

This commit is contained in:
Jakob 2023-03-14 20:59:44 +01:00
parent 25bd864e76
commit 2e4fa930ff
5 changed files with 45 additions and 3 deletions

View file

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