Skip to content

Commit 3358ff9

Browse files
committed
enhance: disable hyper link and email link in git command logs
Signed-off-by: leo <[email protected]>
1 parent 104a3f0 commit 3358ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/ViewLogs.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public ViewModels.CommandLog Log
3434
VerticalScrollBarVisibility = ScrollBarVisibility.Auto;
3535

3636
TextArea.TextView.Margin = new Thickness(4, 0);
37-
TextArea.TextView.Options.EnableHyperlinks = true;
38-
TextArea.TextView.Options.EnableEmailHyperlinks = true;
37+
TextArea.TextView.Options.EnableHyperlinks = false;
38+
TextArea.TextView.Options.EnableEmailHyperlinks = false;
3939
}
4040

4141
protected override void OnLoaded(RoutedEventArgs e)

0 commit comments

Comments
 (0)