From db834a88f10c1115f16edc04a0e690cb26835e7d Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Wed, 20 Nov 2024 00:29:24 -0600 Subject: [PATCH] Hide extra settings pages. --- scripts/system/settings/settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/settings/settings.qml b/scripts/system/settings/settings.qml index 9e36c9eef6..ced9fe56bf 100644 --- a/scripts/system/settings/settings.qml +++ b/scripts/system/settings/settings.qml @@ -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 {