Possibly fixed bug of occasionaly Taskbar order change

This commit is contained in:
Usman Shafiq
2022-03-24 01:19:04 -04:00
parent abc08e6bde
commit 01cb6ca0e1

View File

@@ -109,6 +109,7 @@ namespace VRCX
if(instance == null)
instance = new InvisPopup();
instance.Show();
instance.Activate();
}
internal static void Close()