Re-add mouse sensitivity option to tablet.

This commit is contained in:
r3tk0n 2018-06-27 16:23:40 -07:00
parent c80ab0d237
commit d6684e5ef7

View file

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