Browse Source

docs: add tooltip for Project category picker

Sam Jaffe 2 tuần trước cách đây
mục cha
commit
a92db92011
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {