mirror of https://github.com/2dust/v2rayN
parent
34c7963d28
commit
31947fdcb3
|
@ -205,8 +205,11 @@ namespace v2rayN.Views
|
||||||
#region Event
|
#region Event
|
||||||
|
|
||||||
private void OnProgramStarted(object state, bool timeout)
|
private void OnProgramStarted(object state, bool timeout)
|
||||||
|
{
|
||||||
|
Application.Current?.Dispatcher.Invoke((Action)(() =>
|
||||||
{
|
{
|
||||||
ShowHideWindow(true);
|
ShowHideWindow(true);
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void DelegateSnackMsg(string content)
|
private void DelegateSnackMsg(string content)
|
||||||
|
|
Loading…
Reference in New Issue