From 01cb6ca0e124ff636b951f1df0d73d0b89ecf3a3 Mon Sep 17 00:00:00 2001 From: Usman Shafiq Date: Thu, 24 Mar 2022 01:19:04 -0400 Subject: [PATCH] Possibly fixed bug of occasionaly Taskbar order change --- WinformThemer.cs | 1 + 1 file changed, 1 insertion(+) 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()