From 27478b2b73f892ab0202563b359c16fe01aca939 Mon Sep 17 00:00:00 2001 From: JieXu Date: Sat, 27 Sep 2025 15:20:19 +0800 Subject: [PATCH] Update MsgView.axaml.cs --- 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 =>