feature<Launcher>: change style of tabs in title bar; bookmark color for repository

This commit is contained in:
leo 2020-12-07 18:03:05 +08:00
parent 7e01792a37
commit a2254ae578
5 changed files with 232 additions and 87 deletions

View file

@ -39,6 +39,10 @@ namespace SourceGit.Git {
/// </summary>
public string GroupId { get; set; }
/// <summary>
/// Custom color.
/// </summary>
public int Color { get; set; } = 0;
/// <summary>
/// Last open time(File time format).
/// </summary>
public long LastOpenTime { get; set; }