Skip to content

Commit 9087b96

Browse files
committed
Another small build fix (another)
1 parent 14624d1 commit 9087b96

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
@@ -159,7 +159,7 @@ private static bool ReplaceEntry(object entryName, object newValue, ResourceDict
159159

160160
if (parentDictionary.Contains(entryName))
161161
{
162-
if (animate & parentDictionary[entryName] != null & GetPowerState().ACLineStatus == Online) //Fade animation is enabled and value is not null.
162+
if (animate & parentDictionary[entryName] != null & GetPowerState().ACLineStatus == ACLineStatus.Online) //Fade animation is enabled and value is not null.
163163
{
164164
try
165165
{

0 commit comments

Comments
 (0)