mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 02:40:24 +08:00
optimize<Sort>: remove sort repositories by name desc
This commit is contained in:
@@ -22,8 +22,7 @@ namespace SourceGit.Models {
|
||||
/// 起始页仓库列表排序方式
|
||||
/// </summary>
|
||||
public enum SortMethod {
|
||||
ByNameASC,
|
||||
ByNameDESC,
|
||||
ByName,
|
||||
ByRecentlyOpened,
|
||||
ByBookmark,
|
||||
}
|
||||
@@ -73,7 +72,7 @@ namespace SourceGit.Models {
|
||||
/// <summary>
|
||||
/// 起始页仓库列表排序规则
|
||||
/// </summary>
|
||||
public SortMethod SortBy { get; set; } = SortMethod.ByNameASC;
|
||||
public SortMethod SortBy { get; set; } = SortMethod.ByName;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user