We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104a3f0 commit 3358ff9Copy full SHA for 3358ff9
src/Views/ViewLogs.axaml.cs
@@ -34,8 +34,8 @@ public ViewModels.CommandLog Log
34
VerticalScrollBarVisibility = ScrollBarVisibility.Auto;
35
36
TextArea.TextView.Margin = new Thickness(4, 0);
37
- TextArea.TextView.Options.EnableHyperlinks = true;
38
- TextArea.TextView.Options.EnableEmailHyperlinks = true;
+ TextArea.TextView.Options.EnableHyperlinks = false;
+ TextArea.TextView.Options.EnableEmailHyperlinks = false;
39
}
40
41
protected override void OnLoaded(RoutedEventArgs e)
0 commit comments