mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 03:45:00 +00:00
code_style: general cleanup (#1428)
This commit is contained in:
parent
ae46728bbc
commit
d404f6dbe2
48 changed files with 123 additions and 240 deletions
|
@ -11,7 +11,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
public class Welcome : ObservableObject
|
||||
{
|
||||
public static Welcome Instance => _instance;
|
||||
public static Welcome Instance { get; } = new();
|
||||
|
||||
public AvaloniaList<RepositoryNode> Rows
|
||||
{
|
||||
|
@ -354,7 +354,6 @@ namespace SourceGit.ViewModels
|
|||
}
|
||||
}
|
||||
|
||||
private static Welcome _instance = new Welcome();
|
||||
private string _searchFilter = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue