Some uncommited changes.

This commit is contained in:
Black Hat
2018-09-17 20:47:09 +08:00
parent 518fad088f
commit 317a6d6ec8
6 changed files with 12 additions and 14 deletions

View File

@@ -120,7 +120,7 @@ Item {
spacing: 8
boundsBehavior: Flickable.DragOverBounds
flickDeceleration: 2000
flickDeceleration: 4096
cacheBuffer: 200
@@ -479,6 +479,4 @@ Item {
}
}
}
onCurrentRoomChanged: if (currentRoom && currentRoom.timelineSize === 0) currentRoom.getPreviousContent(20)
}