mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Better initial widgets
This commit is contained in:
parent
c10022c0d0
commit
e42076609b
1 changed files with 7 additions and 1 deletions
|
@ -234,8 +234,14 @@ export default Vue.extend({
|
|||
|
||||
if (this.widgets.length === 0) {
|
||||
this.$store.dispatch('settings/setWidgets', [{
|
||||
name: 'notifications',
|
||||
name: 'calendar',
|
||||
id: 'a', data: {}
|
||||
}, {
|
||||
name: 'notifications',
|
||||
id: 'b', data: {}
|
||||
}, {
|
||||
name: 'trends',
|
||||
id: 'c', data: {}
|
||||
}]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue