mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 04:52:09 +00:00
Adjust information DispatcherPriority
This commit is contained in:
parent
160d3843a6
commit
01b205e6f1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace v2rayN.Views
|
||||||
|
|
||||||
private void DelegateAppendText(string msg)
|
private void DelegateAppendText(string msg)
|
||||||
{
|
{
|
||||||
Dispatcher.BeginInvoke(AppendText, DispatcherPriority.Send, msg);
|
Dispatcher.BeginInvoke(AppendText, DispatcherPriority.ApplicationIdle, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AppendText(string msg)
|
public void AppendText(string msg)
|
||||||
|
|
Loading…
Reference in a new issue