Skip to content

Commit dabc18f

Browse files
committed
center circle color
1 parent 73705dc commit dabc18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/pkg/services/badge/badge_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func (w *windowsBadge) createBadgeIcon() (w32.HICON, error) {
239239
dy := float64(y - centerY)
240240

241241
if dx*dx+dy*dy < float64(innerRadius*innerRadius) {
242-
w.badgeImg.Set(x, y, w.options.BackgroundColour)
242+
w.badgeImg.Set(x, y, w.options.TextColour)
243243
}
244244
}
245245
}

0 commit comments

Comments
 (0)