We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172c393 commit 3fb3d2bCopy full SHA for 3fb3d2b
IPConfig/Helpers/ThemeManager.cs
@@ -60,6 +60,8 @@ public static void UpdateSkin(SkinType? skin)
60
61
if (actualSkinType == CurrentSkinType)
62
{
63
+ CurrentSkinTypeMode = skin;
64
+
65
return;
66
}
67
0 commit comments