add poster task
Some checks failed
Check / tests (push) Has been cancelled

This commit is contained in:
2025-10-20 19:34:55 +02:00
parent b61466549e
commit 511bfb8f73

View File

@@ -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,
},
}
}