Ver Fonte

docs: add tooltip for Project category picker

Sam Jaffe há 2 semanas atrás
pai
commit
a92db92011
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {