diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-11 11:41:30 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-11 11:41:30 -0500 |
| commit | 97d461871a5fbfedb3aff080303145efb8a6fffc (patch) | |
| tree | 0bac8a2a9c27095588eb9dcd66dd5ed5dc3feeaf /modules/controlcenter/Panes.qml | |
| parent | controlcenter: taskbar object toggles (diff) | |
| download | caelestia-shell-97d461871a5fbfedb3aff080303145efb8a6fffc.tar.gz caelestia-shell-97d461871a5fbfedb3aff080303145efb8a6fffc.tar.bz2 caelestia-shell-97d461871a5fbfedb3aff080303145efb8a6fffc.zip | |
controlcenter: launcher panel, can hide/show applications
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 b30bcf2..94bea9a 100644 --- a/modules/controlcenter/Panes.qml +++ b/modules/controlcenter/Panes.qml @@ -6,6 +6,7 @@ import "network" import "audio" import "appearance" import "taskbar" +import "launcher" import qs.components import qs.services import qs.config @@ -68,6 +69,13 @@ ClippingRectangle { } } + Pane { + index: 6 + sourceComponent: LauncherPane { + session: root.session + } + } + Behavior on y { Anim {} } |