mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 14:52:47 +02:00
use correct overlay for avatars in management state
This commit is contained in:
parent
3acde99587
commit
34693a8562
1 changed files with 4 additions and 4 deletions
|
@ -565,11 +565,11 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
Colorize {
|
||||
Rectangle {
|
||||
anchors.fill: favoriteAvatarImage
|
||||
source: favoriteAvatarImage
|
||||
saturation: 0.2
|
||||
visible: isInManageState && !container.highlighted
|
||||
color: '#AFAFAF'
|
||||
opacity: 0.4
|
||||
radius: 5
|
||||
visible: isInManageState && !container.highlighted && url !== ''
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue