mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Second attempt to fix random Taskbar reorder issue
This commit is contained in:
+7
-5
@@ -14,13 +14,15 @@ 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)
|
||||
{
|
||||
this.WindowState = FormWindowState.Minimized;
|
||||
base.SetVisibleCore(value);
|
||||
}
|
||||
//protected override void SetVisibleCore(bool value)
|
||||
//{
|
||||
// base.SetVisibleCore(value);
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user