https://github.com/2dust/v2rayN/issues/5635
This commit is contained in:
2dust 2024-09-03 19:30:23 +08:00
parent 34c7963d28
commit 31947fdcb3

View file

@ -205,8 +205,11 @@ namespace v2rayN.Views
#region Event
private void OnProgramStarted(object state, bool timeout)
{
Application.Current?.Dispatcher.Invoke((Action)(() =>
{
ShowHideWindow(true);
}));
}
private void DelegateSnackMsg(string content)