From 8d7bb827ebd8284706577518e2e58d6a61972889 Mon Sep 17 00:00:00 2001 From: ATMDA Date: Sun, 9 Nov 2025 22:48:38 -0500 Subject: controlcenter: appearance pane --- modules/controlcenter/Session.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/controlcenter/Session.qml') diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index b716b20..4ac09a4 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -2,7 +2,7 @@ import Quickshell.Bluetooth import QtQuick QtObject { - readonly property list panes: ["network", "bluetooth", "audio"] + readonly property list panes: ["network", "bluetooth", "audio", "appearance"] required property var root property bool floating: false -- cgit v1.2.3-freya