From 5b221fb72d6b915a56df4c17ecc747bb6f15dee8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 9 Apr 2025 14:21:50 +1000 Subject: feat: news headlines for alerts pane Also handle news api errors Also config num pages --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/types.ts') diff --git a/src/config/types.ts b/src/config/types.ts index 2862612..0e9138d 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -100,4 +100,5 @@ export default { "news.languages": ARR(STR), "news.domains": ARR(STR), "news.timezone": STR, + "news.pages": NUM, } as { [k: string]: string | string[] | number[] }; -- cgit v1.2.3-freya