Fix presence loop with unavailable/offline
Yes, again. Also removes echo presence states to simplify things.
This commit is contained in:
@@ -13,8 +13,7 @@ Rectangle {
|
||||
|
||||
implicitHeight: width
|
||||
radius: width / 2
|
||||
opacity:
|
||||
theme.controls.presence.opacity * (presence.includes("echo") ? 0.5 : 1)
|
||||
opacity: theme.controls.presence.opacity
|
||||
|
||||
color:
|
||||
presence.includes("online") ?
|
||||
|
Reference in New Issue
Block a user