Added battery health reading to below the battery charge limiter bar.

This commit is contained in:
IceStormNG
2023-07-20 14:52:17 +02:00
parent a4b44565ea
commit 584bd155d6
5 changed files with 287 additions and 206 deletions

View File

@@ -329,6 +329,15 @@ namespace GHelper.Properties {
return ResourceManager.GetString("BatteryChargeLimit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Battery Health.
/// </summary>
internal static string BatteryHealth {
get {
return ResourceManager.GetString("BatteryHealth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to BIOS and Driver Updates.