gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

Fix scrolling of the chat view at expense of some more memory usage.

Open manyoso opened this issue 1 year ago • 0 comments

This is using https://doc.qt.io/qt-6/qml-qtquick-listview.html#cacheBuffer-prop to actually be able to scroll the chatview. I'm at a loss for how Qt developers thought not using this would be acceptable in nearly any circumstance? Why wasn't this the default??

Before:

Peek 2024-07-04 11-55

After:

Peek 2024-07-04 11-56

manyoso avatar Jul 04 '24 15:07 manyoso