diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 32ad174e..ec4b6c2a 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -334,8 +334,7 @@ namespace GARbro.GUI if (watcher.Path == ViewModel.Path) { watcher.EnableRaisingEvents = false; - Dispatcher.Invoke (RefreshView, DispatcherPriority.Send, CancellationToken.None, - TimeSpan.FromMilliseconds (100)); + Dispatcher.Invoke (RefreshView); } } #endregion