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,
|
"ScreenRecorderIndicator": screenRecorderIndicatorComponent,
|
||||||
"SidePanelToggle": sidePanelToggleComponent,
|
"SidePanelToggle": sidePanelToggleComponent,
|
||||||
"SystemMonitor": systemMonitorComponent,
|
"SystemMonitor": systemMonitorComponent,
|
||||||
|
"Taskbar": taskbarComponent,
|
||||||
"Tray": trayComponent,
|
"Tray": trayComponent,
|
||||||
"Volume": volumeComponent,
|
"Volume": volumeComponent,
|
||||||
"WiFi": wiFiComponent,
|
"WiFi": wiFiComponent,
|
||||||
|
|
@ -84,6 +85,9 @@ Singleton {
|
||||||
property Component workspaceComponent: Component {
|
property Component workspaceComponent: Component {
|
||||||
Workspace {}
|
Workspace {}
|
||||||
}
|
}
|
||||||
|
property Component taskbarComponent: Component {
|
||||||
|
Taskbar {}
|
||||||
|
}
|
||||||
|
|
||||||
// ------------------------------
|
// ------------------------------
|
||||||
// Helper function to get widget component by name
|
// Helper function to get widget component by name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue