mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 16:05:00 +00:00
refactor: remove unnecessary sort by name (descending) for tags (#1393)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ac55bed812
commit
3bb20868fc
13 changed files with 20 additions and 45 deletions
|
@ -5,8 +5,7 @@ namespace SourceGit.Models
|
|||
public enum TagSortMode
|
||||
{
|
||||
CreatorDate = 0,
|
||||
NameInAscending,
|
||||
NameInDescending,
|
||||
Name,
|
||||
}
|
||||
|
||||
public class Tag : ObservableObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue