mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-25 08:02:09 +03:00
Adjust information DispatcherPriority
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user