diff options
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/settings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts index c32a2a2a..d0e83514 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -1,7 +1,7 @@ import { browser } from '$app/environment'; import { writable } from 'svelte/store'; -interface Settings { +export interface Settings { cacheMangaMinutes: number; cacheMinutes: number; closeAnimeByDefault: boolean; |