Adjust information DispatcherPriority

pull/5377/head
2dust 2024-07-07 21:11:04 +08:00
parent 160d3843a6
commit 01b205e6f1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace v2rayN.Views
private void DelegateAppendText(string msg)
{
Dispatcher.BeginInvoke(AppendText, DispatcherPriority.Send, msg);
Dispatcher.BeginInvoke(AppendText, DispatcherPriority.ApplicationIdle, msg);
}
public void AppendText(string msg)