Skip to content

Commit

Permalink
Add ViewSelector mini-widget to the left of the bottom bar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Jul 31, 2023
1 parent 54955ba commit 206dd45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,13 @@ export const miniWidgetsProfiles: MiniWidgetProfile[] = [
},
{
name: 'Bottom-left container',
widgets: [],
widgets: [
{
hash: 'c6eb406b-8e3c-4ab9-a348-4ad5058352be',
component: MiniWidgetType.ViewSelector,
options: {},
},
],
},
{
name: 'Bottom-center container',
Expand Down

0 comments on commit 206dd45

Please sign in to comment.