diff options
| author | Fuwn <[email protected]> | 2023-09-09 22:07:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-09 22:07:49 -0700 |
| commit | 6908dbff40351f6cbc712247f0009baf7fc68b8a (patch) | |
| tree | 554f62abef31f0248ed10756a43c2e09d0b4fed1 /src/stores | |
| parent | fix(watching): sort (diff) | |
| download | due.moe-6908dbff40351f6cbc712247f0009baf7fc68b8a.tar.xz due.moe-6908dbff40351f6cbc712247f0009baf7fc68b8a.zip | |
refactor(settings): component toggles
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; |