mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
Better initial widgets
This commit is contained in:
@ -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: {}
|
||||
}]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user