From 7ad940ea9f651187118048179689dfdbbdc71427 Mon Sep 17 00:00:00 2001 From: ATMDA Date: Mon, 10 Nov 2025 15:57:11 -0500 Subject: controlcenter: taskbar object toggles --- modules/controlcenter/Panes.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/controlcenter/Panes.qml') diff --git a/modules/controlcenter/Panes.qml b/modules/controlcenter/Panes.qml index 4f4a337..b30bcf2 100644 --- a/modules/controlcenter/Panes.qml +++ b/modules/controlcenter/Panes.qml @@ -5,6 +5,7 @@ import "bluetooth" import "network" import "audio" import "appearance" +import "taskbar" import qs.components import qs.services import qs.config @@ -60,6 +61,13 @@ ClippingRectangle { } } + Pane { + index: 5 + sourceComponent: TaskbarPane { + session: root.session + } + } + Behavior on y { Anim {} } -- cgit v1.2.3-freya