Explorar el Código

[tasks] Add habit to suffix type

Colin Powell hace 8 meses
padre
commit
84737e0c3b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",
 ]