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
|
delegate: Settings.bubbles ? bubbleMessageStyle : defaultMessageStyle
|
||||||
footer: Item {
|
footer: Item {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
width: chat.delegateMaxWidth
|
||||||
anchors.margins: Nheko.paddingLarge
|
|
||||||
// hacky, but works
|
// hacky, but works
|
||||||
height: loadingSpinner.height + 2 * Nheko.paddingLarge
|
height: loadingSpinner.height + 2 * Nheko.paddingLarge
|
||||||
visible: (room && room.paginationInProgress) || chat.filteringInProgress
|
visible: (room && room.paginationInProgress) || chat.filteringInProgress
|
||||||
|
|
Loading…
Reference in a new issue