diff --git a/InvisPopup.cs b/InvisPopup.cs
index e2afc247..a26c411c 100644
--- a/InvisPopup.cs
+++ b/InvisPopup.cs
@@ -15,14 +15,8 @@ namespace VRCX
public InvisPopup()
{
StartPosition = FormStartPosition.Manual;
- //Location = new Point(-Height - 100, 0);
Location = new Point(0, 0);
InitializeComponent();
}
-
- //protected override void SetVisibleCore(bool value)
- //{
- // base.SetVisibleCore(value);
- //}
}
}
diff --git a/WinformThemer.cs b/WinformThemer.cs
index 69ee6f8e..a9b141ef 100644
--- a/WinformThemer.cs
+++ b/WinformThemer.cs
@@ -13,6 +13,9 @@ namespace VRCX
internal static class WinformThemer
{
+ ///