Optimus check

This commit is contained in:
Serge
2023-06-23 19:37:51 +02:00
parent e58a396cbd
commit 3c02d5cd95
9 changed files with 261 additions and 51 deletions

View File

@@ -456,6 +456,26 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Disabling the dGPU by going to Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
///
///Do you still want to continue?.
/// </summary>
internal static string EnableOptimusText {
get {
return ResourceManager.GetString("EnableOptimusText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to NVIDIA Display Mode is not set to Optimus.
/// </summary>
internal static string EnableOptimusTitle {
get {
return ResourceManager.GetString("EnableOptimusTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extra.
/// </summary>
@@ -861,6 +881,24 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to New updates.
/// </summary>
internal static string NewUpdates {
get {
return ResourceManager.GetString("NewUpdates", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No new updates.
/// </summary>
internal static string NoNewUpdates {
get {
return ResourceManager.GetString("NoNewUpdates", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open G-Helper window.
/// </summary>