summary refs log tree commit diff
path: root/resources/qml/Avatar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Avatar.qml')
-rw-r--r--resources/qml/Avatar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml
index 9ac7b562..f934e2f6 100644
--- a/resources/qml/Avatar.qml
+++ b/resources/qml/Avatar.qml
@@ -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"
 		}
 	}