Skip to content

Commit

Permalink
defaults: Add BatteryIndicator mini-widget as default on top-right …
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jul 3, 2023
1 parent 4df10d7 commit 3b9745b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ export const miniWidgetsProfiles: MiniWidgetProfile[] = [
component: MiniWidgetType.JoystickCommIndicator,
options: {},
},
{
hash: '7b31c4c4-e273-4f75-b0b7-d56263c4177d',
component: MiniWidgetType.BatteryIndicator,
options: {},
},
],
},
{
Expand Down

0 comments on commit 3b9745b

Please sign in to comment.