diff options
| author | Fuwn <[email protected]> | 2024-09-16 17:27:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 17:27:23 -0700 |
| commit | a01aadec3eaea6ba5dc897e66d7d4a2761c62f59 (patch) | |
| tree | 05a5ce0def5698aef9d502bbe9cf3c21461bed08 /src/lib/List | |
| parent | feat(reader): add rawkuma chapter support (diff) | |
| download | due.moe-a01aadec3eaea6ba5dc897e66d7d4a2761c62f59.tar.xz due.moe-a01aadec3eaea6ba5dc897e66d7d4a2761c62f59.zip | |
feat(settings): debug dummy lists option
Diffstat (limited to 'src/lib/List')
| -rw-r--r-- | src/lib/List/Manga/MangaListTemplate.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte index 73907f01..fe01465f 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -29,7 +29,7 @@ }; export let displayUnresolved: boolean; export let due: boolean; - export let dummy = false; + export let dummy = $settings.debugDummyLists || false; const { addNotification } = getNotificationsContext(); const authorised = authorisedJson.includes($identity.id); |