diff options
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store.ts b/src/store.ts index 4436211..dbc798c 100644 --- a/src/store.ts +++ b/src/store.ts @@ -50,6 +50,7 @@ export type StoreState = { work: boolean, discovery: boolean, }, + introSkip: boolean, // Other initialStartDate: HistDate, // Must be after MIN_DATE (from lib.ts) @@ -136,6 +137,7 @@ function getDefaultState(): StoreState { work: true, discovery: true, }, + introSkip: false, // Other initialStartDate: new CalDate(1500, 1, 1), |
