Fix iCloud support

This commit is contained in:
世界
2023-08-07 11:22:54 +08:00
parent 29a20a2232
commit 2cb13b173a
4 changed files with 35 additions and 11 deletions
@@ -27,7 +27,7 @@ public struct GroupListView: View {
}.padding()
}
} else {
Text("Empty Groups")
Text("Empty groups")
}
}
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .center)