瀏覽代碼

[tasks] Add habit to suffix type

Colin Powell 8 月之前
父節點
當前提交
84737e0c3b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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",
 ]