mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 21:24:14 +02:00
Re-added mouse sensitivity settings to General Preferences dialog.
This commit is contained in:
parent
1f4346d221
commit
c80ab0d237
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue