Skip to content

Commit 3fb3d2b

Browse files
committed
Fix theme switch button icon not correct in certain cases
1 parent 172c393 commit 3fb3d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IPConfig/Helpers/ThemeManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public static void UpdateSkin(SkinType? skin)
6060

6161
if (actualSkinType == CurrentSkinType)
6262
{
63+
CurrentSkinTypeMode = skin;
64+
6365
return;
6466
}
6567

0 commit comments

Comments
 (0)