diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-10 15:57:11 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-10 15:57:11 -0500 |
| commit | 7ad940ea9f651187118048179689dfdbbdc71427 (patch) | |
| tree | df960d8df46e1dd8c0a380ce6f5d5534c96273e9 /modules/controlcenter/Session.qml | |
| parent | statusicons: made panel open in detach to match the bluetooth icon (diff) | |
| download | caelestia-shell-7ad940ea9f651187118048179689dfdbbdc71427.tar.gz caelestia-shell-7ad940ea9f651187118048179689dfdbbdc71427.tar.bz2 caelestia-shell-7ad940ea9f651187118048179689dfdbbdc71427.zip | |
controlcenter: taskbar object toggles
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 f7c07e4..cf31ec3 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"] + readonly property list<string> panes: ["ethernet", "wireless", "bluetooth", "audio", "appearance", "taskbar"] required property var root property bool floating: false |