mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Change showEnd default to false.
This commit is contained in:
parent
600e0ec7e3
commit
4fd87aca09
@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Fixed Polish translation for Single Update Info
|
||||
|
||||
### Updated
|
||||
- The default calendar setting `showEnd` is changed to `false`.
|
||||
|
||||
## [2.5.0] - 2018-10-01
|
||||
|
||||
|
@ -27,7 +27,7 @@ Module.register("calendar", {
|
||||
dateFormat: "MMM Do",
|
||||
dateEndFormat: "HH:mm",
|
||||
fullDayEventDateFormat: "MMM Do",
|
||||
showEnd: true,
|
||||
showEnd: false,
|
||||
getRelative: 6,
|
||||
fadePoint: 0.25, // Start on 1/4th of the list.
|
||||
hidePrivate: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user