Proper typing indicator

This commit is contained in:
Nicolas Werner 2022-04-01 17:02:04 +02:00
parent af4e174d99
commit 41ee260a5d
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -67,7 +67,8 @@ Item {
Layout.fillWidth: true
Layout.fillHeight: true
color: Nheko.colors.base
//color: Nheko.colors.base
color: (!Rooms.currentRoom || Rooms.currentRoom.input.liveText.length == 0) ? Nheko.colors.base : Qt.hsla(((Rooms.currentRoom.input.liveText.length % 359) / 359.0), 0.5, 0.5, 1.0)
ColumnLayout {
anchors.fill: parent