Add support for iOS 15

This commit is contained in:
2024-02-21 08:22:11 -05:00
parent adac2bcd64
commit 46b47a092a
2 changed files with 4 additions and 2 deletions

View File

@@ -113,7 +113,9 @@ struct ContentView: View {
.task {
await updatePrice()
}
#if os(macOS)
.formStyle(.grouped)
#endif
}
}