mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
fix: crash because CRLFMode do not have a default value
This commit is contained in:
parent
3dc32c87a8
commit
3d205378d8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace SourceGit.Views
|
|||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
} = Models.CRLFMode.Supported[0];
|
||||
|
||||
public static readonly StyledProperty<string> GitVersionProperty =
|
||||
AvaloniaProperty.Register<Preference, string>(nameof(GitVersion));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue