mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-12-22 13:19:24 +01:00
fixed google calendar preset forcing day view
This commit is contained in:
parent
8db94a85f9
commit
01ad91c8d4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export const presets: Record<string, CustomFrameSettings> = {
|
||||||
}`
|
}`
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
url: "https://calendar.google.com/calendar/u/0/r/day",
|
url: "https://calendar.google.com/calendar",
|
||||||
displayName: "Google Calendar",
|
displayName: "Google Calendar",
|
||||||
icon: "calendar",
|
icon: "calendar",
|
||||||
hideOnMobile: true,
|
hideOnMobile: true,
|
||||||
|
|
Loading…
Reference in a new issue