diff --git a/InvisPopup.cs b/InvisPopup.cs index a26c411c..d3017894 100644 --- a/InvisPopup.cs +++ b/InvisPopup.cs @@ -15,7 +15,7 @@ namespace VRCX public InvisPopup() { StartPosition = FormStartPosition.Manual; - Location = new Point(0, 0); + Location = new Point(-Width, -Height); InitializeComponent(); } }