Merge pull request #174 from JPratama7/feat/app-taskbar
feat: app taskbar
This commit is contained in:
commit
51ea837cd0
2 changed files with 101 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