Merge pull request #835 from IceStormNG/battery-health

Added battery health reading to below the battery charge limiter bar.
This commit is contained in:
Serge
2023-07-20 16:43:46 +02:00
committed by GitHub
5 changed files with 337 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.

View File

@@ -207,6 +207,9 @@
<data name="BatteryChargeLimit" xml:space="preserve">
<value>Battery Charge Limit</value>
</data>
<data name="BatteryHealth" xml:space="preserve">
<value>Battery Health</value>
</data>
<data name="BiosAndDriverUpdates" xml:space="preserve">
<value>BIOS and Driver Updates</value>
</data>