mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
enhance: disable hyper link and email link in git command logs
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
104a3f0bbf
commit
3358ff9aee
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ namespace SourceGit.Views
|
||||||
VerticalScrollBarVisibility = ScrollBarVisibility.Auto;
|
VerticalScrollBarVisibility = ScrollBarVisibility.Auto;
|
||||||
|
|
||||||
TextArea.TextView.Margin = new Thickness(4, 0);
|
TextArea.TextView.Margin = new Thickness(4, 0);
|
||||||
TextArea.TextView.Options.EnableHyperlinks = true;
|
TextArea.TextView.Options.EnableHyperlinks = false;
|
||||||
TextArea.TextView.Options.EnableEmailHyperlinks = true;
|
TextArea.TextView.Options.EnableEmailHyperlinks = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnLoaded(RoutedEventArgs e)
|
protected override void OnLoaded(RoutedEventArgs e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue