mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
parent
34c7963d28
commit
31947fdcb3
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue