feature<Manager>: add context menu to change bookmark of selected repository

This commit is contained in:
leo 2020-12-09 17:59:37 +08:00
parent 38aef83304
commit f592aeb3db
5 changed files with 135 additions and 13 deletions

View file

@ -15,6 +15,7 @@ namespace SourceGit.Converters {
/// All supported colors.
/// </summary>
public static Brush[] Colors = new Brush[] {
Brushes.Transparent,
Brushes.White,
Brushes.Red,
Brushes.Orange,