Explorar el Código

docs: add tooltip for Project category picker

Sam Jaffe hace 2 semanas
padre
commit
a92db92011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {