Skip to content
Snippets Groups Projects
Commit 5c8ee99e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove online indicator for offline users

parent 887ad25a
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ Rectangle {
color: switch (timelineManager.userPresence(userid)) {
case "online": return "#00cc66"
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"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment