Backlight timeouts

This commit is contained in:
Serge
2023-05-28 12:02:29 +02:00
parent 36c42ed05f
commit 1472004d4b
7 changed files with 90 additions and 14 deletions

View File

@@ -277,7 +277,7 @@ namespace GHelper.Properties {
}
/// <summary>
/// Looks up a localized string similar to Seconds to turn off backlight on battery.
/// Looks up a localized string similar to Backlight timeout on battery.
/// </summary>
internal static string BacklightTimeout {
get {
@@ -285,6 +285,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Backlight timeout when plugged (0 - always on).
/// </summary>
internal static string BacklightTimeoutPlugged {
get {
return ResourceManager.GetString("BacklightTimeoutPlugged", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Balanced.
/// </summary>
@@ -484,7 +493,7 @@ namespace GHelper.Properties {
}
/// <summary>
/// Looks up a localized string similar to Fan: .
/// Looks up a localized string similar to Fan: .
/// </summary>
internal static string FanSpeed {
get {