Skip to content

Commit b5fd290

Browse files
committed
code_style: remove deprecated UseMicaOnWindows11
Signed-off-by: leo <longshuang@msn.cn>
1 parent 1044844 commit b5fd290

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Models/ThemeOverrides.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Collections.Generic;
2-
32
using Avalonia.Media;
43

54
namespace SourceGit.Models
@@ -9,7 +8,6 @@ public class ThemeOverrides
98
public Dictionary<string, Color> BasicColors { get; set; } = new Dictionary<string, Color>();
109
public double GraphPenThickness { get; set; } = 2;
1110
public double OpacityForNotMergedCommits { get; set; } = 0.5;
12-
public bool UseMicaOnWindows11 { get; set; } = true;
1311
public List<Color> GraphColors { get; set; } = new List<Color>();
1412
}
1513
}

0 commit comments

Comments
 (0)