mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Remove Calendar widget by default
This commit is contained in:
parent
c0ad12e7f8
commit
919fcd8730
@ -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 New Issue
Block a user