mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 01:59:47 +00:00
Tray: dropdown shenanigans
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user