feat: seperate watchstreak highlights from sub highlights (#6571)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
dp
2025-11-16 15:12:43 +01:00
committed by GitHub
parent 8a58fcf0df
commit db060d5b5a
15 changed files with 94 additions and 6 deletions
+5
View File
@@ -526,6 +526,11 @@ public:
""};
QStringSetting subHighlightColor = {"/highlighting/subHighlightColor", ""};
BoolSetting enableWatchStreakHighlight = {
"/highlighting/watchStreak/enabled", true};
QStringSetting watchStreakHighlightColor = {
"/highlighting/watchStreak/color", ""};
BoolSetting enableAutomodHighlight = {
"/highlighting/automod/enabled",
true,