mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
refactor: remove unnecessary sort by name (descending) for tags (#1393)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -5,8 +5,7 @@ namespace SourceGit.Models
|
||||
public enum TagSortMode
|
||||
{
|
||||
CreatorDate = 0,
|
||||
NameInAscending,
|
||||
NameInDescending,
|
||||
Name,
|
||||
}
|
||||
|
||||
public class Tag : ObservableObject
|
||||
|
||||
Reference in New Issue
Block a user