summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-01 23:57:02 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-01 23:57:44 +0200
commit09babc91d257b2500a6e97ebbfbd21193a8cb8db (patch)
treeba3daf41f9826f6c913309fe0d07fa3c19ff4f42 /resources/qml
parentReduce windows ci warnings (diff)
downloadnheko-09babc91d257b2500a6e97ebbfbd21193a8cb8db.tar.xz
Green is not Svg::green
fixes #1203
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Avatar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml

index 069f639a..2da59370 100644 --- a/resources/qml/Avatar.qml +++ b/resources/qml/Avatar.qml
@@ -79,9 +79,9 @@ AbstractButton { function updatePresence() { switch (Presence.userPresence(userid)) { case "online": - return Nheko.theme.green; + return Nheko.theme.online; case "unavailable": - return Nheko.theme.red; + return Nheko.theme.unavailable; case "offline": default: // return "#a82353" don't show anything if offline, since it is confusing, if presence is disabled