mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
style<ChangeStatusIcon>: use ★ instead of ? for untracked files
This commit is contained in:
@@ -103,7 +103,7 @@ namespace SourceGit.Views.Controls {
|
||||
case Models.Change.Status.Renamed: return "➔";
|
||||
case Models.Change.Status.Copied: return "❏";
|
||||
case Models.Change.Status.Unmerged: return "∪";
|
||||
case Models.Change.Status.Untracked: return "?";
|
||||
case Models.Change.Status.Untracked: return "★";
|
||||
default: return "?";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user