mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Optimus check
This commit is contained in:
38
app/Properties/Strings.Designer.cs
generated
38
app/Properties/Strings.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user