feat: power toggle bar widget
This commit is contained in:
parent
5f1f3dce4a
commit
1f9c54438a
2 changed files with 25 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Singleton {
|
|||
"NightLight": nightLightComponent,
|
||||
"NotificationHistory": notificationHistoryComponent,
|
||||
"PowerProfile": powerProfileComponent,
|
||||
"PowerToggle": powerToggleComponent,
|
||||
"ScreenRecorderIndicator": screenRecorderIndicatorComponent,
|
||||
"SidePanelToggle": sidePanelToggleComponent,
|
||||
"SystemMonitor": systemMonitorComponent,
|
||||
|
|
@ -87,6 +88,9 @@ Singleton {
|
|||
property Component powerProfileComponent: Component {
|
||||
PowerProfile {}
|
||||
}
|
||||
property Component powerToggleComponent: Component {
|
||||
PowerToggle {}
|
||||
}
|
||||
property Component screenRecorderIndicatorComponent: Component {
|
||||
ScreenRecorderIndicator {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue