Bläddra i källkod

[tasks] Add habit to suffix type

Colin Powell 8 månader sedan
förälder
incheckning
84737e0c3b
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      vrobbler/apps/tasks/constants.py

+ 1 - 0
vrobbler/apps/tasks/constants.py

@@ -5,4 +5,5 @@ TODOIST_TITLE_SUFFIX_LABELS = [
     "chores",
     "admin",
     "meeting",
+    "habit",
 ]