diff options
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store.ts b/src/store.ts index 5f30bc6..d3ece49 100644 --- a/src/store.ts +++ b/src/store.ts @@ -40,6 +40,7 @@ export const useStore = defineStore('store', { initialStartDate: new CalDate(1900, 1, 1), initialEndDate: new CalDate(2000, 1, 1), color, + showEventCounts: true, transitionDuration: 300, }; }, |
