mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 13:08:48 +03:00
Try to make scrolling emoji picker a bit smoother
This commit is contained in:
parent
b158c02e3b
commit
b453b65787
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ Menu {
|
||||||
boundsBehavior: Flickable.StopAtBounds
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
clip: true
|
clip: true
|
||||||
currentIndex: -1 // prevent sorting from stealing focus
|
currentIndex: -1 // prevent sorting from stealing focus
|
||||||
|
cacheBuffer: 500
|
||||||
|
|
||||||
// Individual emoji
|
// Individual emoji
|
||||||
delegate: AbstractButton {
|
delegate: AbstractButton {
|
||||||
|
|
Loading…
Reference in a new issue