Update TabletGeneralPreferences.qml

Fixed a typo
This commit is contained in:
r3tk0n 2018-06-27 16:30:38 -07:00 committed by GitHub
parent d6684e5ef7
commit f36ba49fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@ StackView {
TabletPreferencesDialog {
id: root
objectName: "TabletGeneralPreferences"
showCategories: ["User Interface", "Mouse Settings", "HMD", "Snapshots", "Privacy"]
showCategories: ["User Interface", "Mouse Sensitivity", "HMD", "Snapshots", "Privacy"]
}
}