Remove Calendar widget by default

This commit is contained in:
Aylam 2023-08-13 18:33:52 +03:00 committed by Laura Hausmann
parent c0ad12e7f8
commit 919fcd8730
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -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: {},
},