From ab529a823c79a6dfe038e732c7342c34f2577f2f Mon Sep 17 00:00:00 2001 From: kruschen Date: Sun, 25 Aug 2024 21:16:34 +0000 Subject: [PATCH] fix options year missing --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 290f6cd6..57973304 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,8 @@ options = { pinNotes: false, showMFCGMap: true, winds: [225, 45, 225, 315, 135, 315], - stateLabelsMode: "auto" + stateLabelsMode: "auto", + year: 0, }; checkForUpdates();