mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Make scrolling sticker picker bearable
This commit is contained in:
parent
9f416f1fc9
commit
60be0e8c09
1 changed files with 6 additions and 0 deletions
|
@ -130,6 +130,12 @@ Menu {
|
|||
currentIndex: -1 // prevent sorting from stealing focus
|
||||
cacheBuffer: 500
|
||||
|
||||
ScrollHelper {
|
||||
flickable: parent
|
||||
anchors.fill: parent
|
||||
enabled: !Settings.mobileMode
|
||||
}
|
||||
|
||||
// Individual emoji
|
||||
delegate: AbstractButton {
|
||||
width: stickerDim
|
||||
|
|
Loading…
Reference in a new issue