We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61b745 commit 2576eb2Copy full SHA for 2576eb2
1 file changed
OpenHardwareMonitorLib/Hardware/Battery/Battery.cs
@@ -32,7 +32,6 @@ public Battery
32
ISettings settings) :
33
base(name, new Identifier("battery", $"{name.Replace(' ', '-')}"), settings)
34
{
35
- Name = name;
36
Manufacturer = manufacturer;
37
38
_batteryTag = batteryTag;
0 commit comments