Skip to content

Commit

Permalink
Adjust information DispatcherPriority
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jul 7, 2024
1 parent 160d384 commit 01b205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Views/MsgView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public MsgView()

private void DelegateAppendText(string msg)
{
Dispatcher.BeginInvoke(AppendText, DispatcherPriority.Send, msg);
Dispatcher.BeginInvoke(AppendText, DispatcherPriority.ApplicationIdle, msg);
}

public void AppendText(string msg)
Expand Down

0 comments on commit 01b205e

Please sign in to comment.