mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Proper typing indicator
This commit is contained in:
parent
af4e174d99
commit
41ee260a5d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue