From 511bfb8f73f59995b90e72239a0fc48f37c4ae98 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 20 Oct 2025 19:34:55 +0200 Subject: [PATCH] add poster task --- main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.go b/main.go index a28a52b..e49d51b 100644 --- a/main.go +++ b/main.go @@ -55,6 +55,11 @@ func GetDefaultTasks() []Task { Description: `(Go to mailbox, open it, look if there are letters inside, if yes bring them into malo)`, IsOptional: false, }, + { + Name: "Poster Check", + Description: `(Check current Posters in the main window, make sure they look nice and are not outdated)`, + IsOptional: false, + }, } }