Skip to content

Commit 7e4d2c8

Browse files
authored
Clarify popout disposal in Dispose method
Added comment to clarify the purpose of disposing the popout.
1 parent ec25298 commit 7e4d2c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content.Client/Shuttles/BUI/ShuttleConsoleBoundUserInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected override void Dispose(bool disposing)
7979
{
8080
if (_window != null)
8181
_window.RadarClicked -= OnRadarClicked;
82-
_window?.DisposePopOut();
82+
_window?.DisposePopOut(); // Starlight: close the popout if exists
8383
}
8484
}
8585

0 commit comments

Comments
 (0)