mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08: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…
Reference in a new issue