Updates most Settings view controllers to use .insetGrouped style
Excludes PreferredControllerSkinsViewController and ControllerSkinsViewController
This commit is contained in:
parent
726c4ab93b
commit
b0bd5ba906
File diff suppressed because it is too large
Load Diff
@ -99,7 +99,7 @@ struct ContributorsView: View
|
||||
}
|
||||
}
|
||||
}
|
||||
.listStyle(.grouped) // TODO: Change to .insetGrouped once we drop iOS 13 support.
|
||||
.listStyle(.insetGrouped)
|
||||
.environmentObject(viewModel)
|
||||
.alert(isPresented: $showErrorAlert) {
|
||||
Alert(title: Text("Unable to Load Contributors"), message: Text(viewModel.error?.localizedDescription ?? ""), dismissButton: .default(Text("OK")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user