refactor: add to registry
This commit is contained in:
parent
36bfbe10ab
commit
d5a8a0d72f
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ Singleton {
|
|||
"ScreenRecorderIndicator": screenRecorderIndicatorComponent,
|
||||
"SidePanelToggle": sidePanelToggleComponent,
|
||||
"SystemMonitor": systemMonitorComponent,
|
||||
"Taskbar": taskbarComponent,
|
||||
"Tray": trayComponent,
|
||||
"Volume": volumeComponent,
|
||||
"WiFi": wiFiComponent,
|
||||
|
|
@ -84,6 +85,9 @@ Singleton {
|
|||
property Component workspaceComponent: Component {
|
||||
Workspace {}
|
||||
}
|
||||
property Component taskbarComponent: Component {
|
||||
Taskbar {}
|
||||
}
|
||||
|
||||
// ------------------------------
|
||||
// Helper function to get widget component by name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue