Skip to content

Commit

Permalink
Fix theme switch button icon not correct in certain cases
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingOctocat committed Oct 31, 2024
1 parent 172c393 commit 3fb3d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IPConfig/Helpers/ThemeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public static void UpdateSkin(SkinType? skin)

if (actualSkinType == CurrentSkinType)
{
CurrentSkinTypeMode = skin;

return;
}

Expand Down

0 comments on commit 3fb3d2b

Please sign in to comment.