2dust 3 months ago
parent
commit
31947fdcb3
  1. 5
      v2rayN/v2rayN/Views/MainWindow.xaml.cs

5
v2rayN/v2rayN/Views/MainWindow.xaml.cs

@ -206,7 +206,10 @@ namespace v2rayN.Views
private void OnProgramStarted(object state, bool timeout)
{
ShowHideWindow(true);
Application.Current?.Dispatcher.Invoke((Action)(() =>
{
ShowHideWindow(true);
}));
}
private void DelegateSnackMsg(string content)

Loading…
Cancel
Save