mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Merge - 9.0.0 release
This commit is contained in:
@ -24,7 +24,7 @@ Row {
|
||||
ColorOverlay {
|
||||
anchors.fill: star
|
||||
source: star
|
||||
color: index < (mouseIndex > 0 ? mouseIndex : rating) ? "#ffffff" : "#1c1c1c"
|
||||
color: index < (mouseIndex > 0 ? mouseIndex : rating) ? ratingSelectedColor : ratingUnselectedColor
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
Reference in New Issue
Block a user