mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix binding loop warning
This commit is contained in:
parent
ebe2111ce1
commit
f178df42b0
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ Item {
|
|||
|
||||
delegate: Settings.bubbles ? bubbleMessageStyle : defaultMessageStyle
|
||||
footer: Item {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.margins: Nheko.paddingLarge
|
||||
width: chat.delegateMaxWidth
|
||||
// hacky, but works
|
||||
height: loadingSpinner.height + 2 * Nheko.paddingLarge
|
||||
visible: (room && room.paginationInProgress) || chat.filteringInProgress
|
||||
|
|
Loading…
Reference in a new issue