From ebb95b5ee8374d05058a119a9454d6aaf747a426 Mon Sep 17 00:00:00 2001 From: JieXu Date: Sat, 27 Sep 2025 17:02:49 +0800 Subject: [PATCH] Update MsgView.axaml.cs (#8042) --- v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs b/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs index a49253c3..1f7665ca 100644 --- a/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs +++ b/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs @@ -15,6 +15,7 @@ public partial class MsgView : ReactiveUserControl public MsgView() { InitializeComponent(); + txtMsg.TextArea.TextView.Options.EnableHyperlinks = false; ViewModel = new MsgViewModel(UpdateViewHandler); this.WhenActivated(disposables =>