Hide window on select

This commit is contained in:
Matt Parker
2025-10-02 21:01:48 +10:00
parent 6f930d3ab5
commit 27d58738bc

View File

@@ -83,6 +83,7 @@ public partial class IdeWindow : Control
await this.InvokeAsync(() =>
{
if (fullscreen is false) _slnPicker.GetParent<Window>().Hide();
_slnPicker.GetParent().RemoveChild(_slnPicker);
_slnPicker.QueueFree();
_slnPicker = null;