mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 10:22:13 +08:00
enhance: disable hyper link and email link in git command logs
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -34,8 +34,8 @@ namespace SourceGit.Views
|
||||
VerticalScrollBarVisibility = ScrollBarVisibility.Auto;
|
||||
|
||||
TextArea.TextView.Margin = new Thickness(4, 0);
|
||||
TextArea.TextView.Options.EnableHyperlinks = true;
|
||||
TextArea.TextView.Options.EnableEmailHyperlinks = true;
|
||||
TextArea.TextView.Options.EnableHyperlinks = false;
|
||||
TextArea.TextView.Options.EnableEmailHyperlinks = false;
|
||||
}
|
||||
|
||||
protected override void OnLoaded(RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user