mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:24:02 +02:00
Change name of dialog to match menu item
This commit is contained in:
parent
f04654fb56
commit
09029e4edd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import "../../dialogs"
|
||||||
PreferencesDialog {
|
PreferencesDialog {
|
||||||
id: root
|
id: root
|
||||||
objectName: "GeneralPreferencesDialog"
|
objectName: "GeneralPreferencesDialog"
|
||||||
title: "General Preferences"
|
title: "General Settings"
|
||||||
showCategories: ["Snapshots", "Scripts", "Privacy", "Octree", "HMD", "Sixense Controllers"]
|
showCategories: ["Snapshots", "Scripts", "Privacy", "Octree", "HMD", "Sixense Controllers"]
|
||||||
property var settings: Settings {
|
property var settings: Settings {
|
||||||
category: root.objectName
|
category: root.objectName
|
||||||
|
|
Loading…
Reference in a new issue