diff --git a/WinformThemer.cs b/WinformThemer.cs index a4749fd9..4bbf9a2e 100644 --- a/WinformThemer.cs +++ b/WinformThemer.cs @@ -109,6 +109,7 @@ namespace VRCX if(instance == null) instance = new InvisPopup(); instance.Show(); + instance.Activate(); } internal static void Close()