aboutsummaryrefslogtreecommitdiff
path: root/src/stores
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-09 22:07:49 -0700
committerFuwn <[email protected]>2023-09-09 22:07:49 -0700
commit6908dbff40351f6cbc712247f0009baf7fc68b8a (patch)
tree554f62abef31f0248ed10756a43c2e09d0b4fed1 /src/stores
parentfix(watching): sort (diff)
downloaddue.moe-6908dbff40351f6cbc712247f0009baf7fc68b8a.tar.xz
due.moe-6908dbff40351f6cbc712247f0009baf7fc68b8a.zip
refactor(settings): component toggles
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/settings.ts2
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;