Skip to content

Commit 14624d1

Browse files
committed
Another small build fix
1 parent 2169ed6 commit 14624d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/PaletteHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void ReplaceAccentColor(string name)
120120
public struct PowerState
121121
{
122122
public ACLineStatus ACLineStatus;
123-
public BatteryFlag BatteryFlag;
123+
public byte BatteryFlag;
124124
public Byte BatteryLifePercent;
125125
public Byte Reserved1;
126126
public Int32 BatteryLifeTime;

0 commit comments

Comments
 (0)