add os check and detect win11
This commit is contained in:
parent
d7e2b8a294
commit
d408b51b0e
5 changed files with 36 additions and 23 deletions
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -384,6 +384,15 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your operating system is not supported by EnvyUpdate. Windows 10 or later is required..
|
||||
/// </summary>
|
||||
public static string unsupported_os {
|
||||
get {
|
||||
return ResourceManager.GetString("unsupported_os", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to A new driver update is available for your graphics card..
|
||||
/// </summary>
|
||||
|
|
Reference in a new issue