瀏覽代碼

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 {