mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 19:00:28 +02:00
Hide extra settings pages.
This commit is contained in:
parent
a64f69d145
commit
db834a88f1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Rectangle {
|
|||
height: parent.height;
|
||||
anchors.centerIn: parent;
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
property var pages: ["Graphics", "Audio", "Controls", "Privacy and Security"]
|
||||
property var pages: ["Graphics" /*, "Audio", "Controls", "Privacy and Security"*/];
|
||||
property string current_page: "Settings"
|
||||
|
||||
ColumnLayout {
|
||||
|
|
Loading…
Reference in a new issue