2dust 2024-09-03 19:30:23 +08:00
parent 34c7963d28
commit 31947fdcb3
1 changed files with 4 additions and 1 deletions

View File

@ -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)