mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 13:39:06 +01: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) {
|
if (defaultStore.state.widgets.length === 0) {
|
||||||
defaultStore.set("widgets", [
|
defaultStore.set("widgets", [
|
||||||
{
|
{
|
||||||
name: "calendar",
|
name: "notifications",
|
||||||
id: "a",
|
id: "a",
|
||||||
place: "right",
|
place: "right",
|
||||||
data: {},
|
data: {},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "notifications",
|
|
||||||
id: "b",
|
|
||||||
place: "right",
|
|
||||||
data: {},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "trends",
|
name: "trends",
|
||||||
id: "c",
|
id: "b",
|
||||||
place: "right",
|
place: "right",
|
||||||
data: {},
|
data: {},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue