Tray: dropdown shenanigans

This commit is contained in:
Ly-sec
2025-11-04 22:30:19 +01:00
parent e3a2629cc6
commit ae75fa80f0
7 changed files with 451 additions and 27 deletions
+8
View File
@@ -87,6 +87,11 @@ ShellRoot {
ControlCenterPanel {}
}
Component {
id: trayDropdownComponent
TrayDropdownPanel {}
}
Component {
id: calendarComponent
CalendarPanel {}
@@ -240,6 +245,9 @@ ShellRoot {
}, {
"id": "controlCenterPanel",
"component": controlCenterComponent
}, {
"id": "trayDropdownPanel",
"component": trayDropdownComponent
}, {
"id": "calendarPanel",
"component": calendarComponent