feat: seperate watchstreak highlights from sub highlights (#6571)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user