diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-09 22:48:38 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-09 22:48:38 -0500 |
| commit | 8d7bb827ebd8284706577518e2e58d6a61972889 (patch) | |
| tree | 75adf45d4cc7fda7c6849c2e77f139427a915639 /modules/controlcenter/Panes.qml | |
| parent | controlcenter: wifi passphrase input (diff) | |
| download | caelestia-shell-8d7bb827ebd8284706577518e2e58d6a61972889.tar.gz caelestia-shell-8d7bb827ebd8284706577518e2e58d6a61972889.tar.bz2 caelestia-shell-8d7bb827ebd8284706577518e2e58d6a61972889.zip | |
controlcenter: appearance pane
Diffstat (limited to 'modules/controlcenter/Panes.qml')
| -rw-r--r-- | modules/controlcenter/Panes.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/controlcenter/Panes.qml b/modules/controlcenter/Panes.qml index cc4a4cb..5b1039c 100644 --- a/modules/controlcenter/Panes.qml +++ b/modules/controlcenter/Panes.qml @@ -3,6 +3,7 @@ pragma ComponentBehavior: Bound import "bluetooth" import "network" import "audio" +import "appearance" import qs.components import qs.services import qs.config @@ -44,6 +45,13 @@ ClippingRectangle { } } + Pane { + index: 3 + sourceComponent: AppearancePane { + session: root.session + } + } + Behavior on y { Anim {} } |