Improve trackpad fix

- Add it to remaining components
- Do not use Timer, as flickDeceleration from
  Flickable is more performant
- Add a setting option for it: useTrackpadFix
This commit is contained in:
vslg
2020-05-15 20:32:44 -03:00
parent b179480327
commit f72544e3d0
5 changed files with 33 additions and 36 deletions

View File

@@ -241,6 +241,7 @@ class UISettings(JSONDataFile):
"maxMessageCharactersPerLine": 65,
"ownMessagesOnLeftAboveWidth": 895,
"theme": "Midnight.qpl",
"useTrackpadFix": False,
"writeAliases": {},
"media": {
"autoLoad": True,