Hide extra settings pages.

This commit is contained in:
armored-dragon 2024-11-20 00:29:24 -06:00
parent a64f69d145
commit db834a88f1
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -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 {