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/Session.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/Session.qml')
| -rw-r--r-- | modules/controlcenter/Session.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index cf31ec3..d44898e 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -2,7 +2,7 @@ import Quickshell.Bluetooth import QtQuick QtObject { - readonly property list<string> panes: ["ethernet", "wireless", "bluetooth", "audio", "appearance", "taskbar"] + readonly property list<string> panes: ["ethernet", "wireless", "bluetooth", "audio", "appearance", "taskbar", "launcher"] required property var root property bool floating: false |