Skip to content

Commit 78d2f8b

Browse files
committed
Fix small build error
1 parent 1198435 commit 78d2f8b

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
@@ -143,7 +143,7 @@ public enum ACLineStatus : byte
143143
{
144144
Offline = 0, Online = 1, Unknown = 255
145145
}
146-
public static bool DisableAnimationOnBattery = true
146+
public static bool DisableAnimationOnBattery = true;
147147
/// <summary>
148148
/// Replaces a certain entry anywhere in the parent dictionary and its merged dictionaries
149149
/// </summary>

0 commit comments

Comments
 (0)