diff --git a/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs b/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs index 424873749..f9732362e 100644 --- a/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs +++ b/src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs @@ -132,7 +132,7 @@ public MainWindow() { broker.ToObservable() .Subscribe(ShowChildContent("MS-FINDER", height: 1000, width: 1500)); broker.ToObservable() - .Subscribe(ShowChildContent("MS-FINDER", height: 1000, width: 1500)); + .Subscribe(ShowChildContent("MS-FINDER", height: 1000, width: 1500, needDispose: true)); broker.ToObservable() .Subscribe(ShowChildContent("Substructure Viewer", height: 600, width: 1000)); broker.ToObservable()