mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Remove Calendar widget by default
This commit is contained in:
parent
c0ad12e7f8
commit
919fcd8730
1 changed files with 2 additions and 8 deletions
|
@ -258,20 +258,14 @@ mainRouter.on("change", () => {
|
|||
if (defaultStore.state.widgets.length === 0) {
|
||||
defaultStore.set("widgets", [
|
||||
{
|
||||
name: "calendar",
|
||||
name: "notifications",
|
||||
id: "a",
|
||||
place: "right",
|
||||
data: {},
|
||||
},
|
||||
{
|
||||
name: "notifications",
|
||||
id: "b",
|
||||
place: "right",
|
||||
data: {},
|
||||
},
|
||||
{
|
||||
name: "trends",
|
||||
id: "c",
|
||||
id: "b",
|
||||
place: "right",
|
||||
data: {},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue