浏览代码

docs: add tooltip for Project category picker

Sam Jaffe 2 周之前
父节点
当前提交
a92db92011
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Todos/View/ProjectPanelView.swift

+ 1 - 1
Todos/View/ProjectPanelView.swift

@@ -38,7 +38,7 @@ struct ProjectPanelView: View {
         ForEach(allGroups) { group in
           Text(group.name)
         }
-      }
+      }.help("Default category for new Tasks")
       Text("Created on \(item.timestamp, format: style)")
     }
     List {