mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Update MsgView.axaml.cs (#8042)
This commit is contained in:
parent
dc4611a258
commit
ebb95b5ee8
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ public partial class MsgView : ReactiveUserControl<MsgViewModel>
|
|||
public MsgView()
|
||||
{
|
||||
InitializeComponent();
|
||||
txtMsg.TextArea.TextView.Options.EnableHyperlinks = false;
|
||||
ViewModel = new MsgViewModel(UpdateViewHandler);
|
||||
|
||||
this.WhenActivated(disposables =>
|
||||
|
|
Loading…
Reference in a new issue