Fix magic mirror prediction (#27356)

This commit is contained in:
metalgearsloth
2024-04-26 22:37:09 +10:00
committed by GitHub
parent 11227c754c
commit e1a5247770
5 changed files with 36 additions and 20 deletions

View File

@@ -72,9 +72,6 @@ public sealed class MagicMirrorBoundUserInterface : BoundUserInterface
if (!disposing)
return;
if (_window != null)
_window.OnClose -= Close;
_window?.Dispose();
}
}