From 919fcd8730ca3055a19cd57380ed428f12b5f696 Mon Sep 17 00:00:00 2001 From: Aylam Date: Sun, 13 Aug 2023 18:33:52 +0300 Subject: [PATCH] Remove Calendar widget by default --- packages/client/src/ui/universal.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 2f45bc29e..6d46b27cf 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -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: {}, },