mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Remove online indicator for offline users
This commit is contained in:
parent
887ad25ab7
commit
5c8ee99e9a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Rectangle {
|
||||||
color: switch (timelineManager.userPresence(userid)) {
|
color: switch (timelineManager.userPresence(userid)) {
|
||||||
case "online": return "#00cc66"
|
case "online": return "#00cc66"
|
||||||
case "unavailable": return "#ff9933"
|
case "unavailable": return "#ff9933"
|
||||||
case "offline": return "#a82353"
|
case "offline": // return "#a82353" don't show anything if offline, since it is confusing, if presence is disabled
|
||||||
default: "transparent"
|
default: "transparent"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue