mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Disable reuseItems again D:
This commit is contained in:
parent
a6fcea1b14
commit
22230ed0a9
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ ScrollView {
|
|||
|
||||
model: room
|
||||
// reuseItems still has a few bugs, see https://bugreports.qt.io/browse/QTBUG-95105 https://bugreports.qt.io/browse/QTBUG-95107
|
||||
onModelChanged: if (room) room.sendReset()
|
||||
reuseItems: true
|
||||
//onModelChanged: if (room) room.sendReset()
|
||||
//reuseItems: true
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
pixelAligned: true
|
||||
spacing: 4
|
||||
|
|
Loading…
Reference in a new issue