Implement Add an option for disabling smooth scrolling #623 (#624)

This commit is contained in:
Aiden 2024-06-15 14:24:20 -04:00 committed by GitHub
parent 4d545ed684
commit 3ae9a77f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 3 deletions

View file

@ -80,5 +80,7 @@
"settings-skipSplash-desc": "Skips ArmCord splash screen when you start up the app.",
"settings-copyDebugInfo": "Copy Debug Info",
"settings-copyGPUInfo": "Copy GPU Info",
"settings-forceNativeCrash": "Force native crash"
}
"settings-forceNativeCrash": "Force native crash",
"settings-smoothScroll": "Use smooth scrolling",
"settings-smoothScroll-desc": "Toggle smooth scrolling"
}