Re-added mouse sensitivity settings to General Preferences dialog.

This commit is contained in:
r3tk0n 2018-06-27 16:10:07 -07:00
parent 1f4346d221
commit c80ab0d237

View file

@ -17,7 +17,7 @@ PreferencesDialog {
id: root id: root
objectName: "GeneralPreferencesDialog" objectName: "GeneralPreferencesDialog"
title: "General Settings" title: "General Settings"
showCategories: ["User Interface", "HMD", "Snapshots", "Privacy"] showCategories: ["User Interface", "Mouse Sensitivity", "HMD", "Snapshots", "Privacy"]
property var settings: Settings { property var settings: Settings {
category: root.objectName category: root.objectName
property alias x: root.x property alias x: root.x