Use extended layout in profile list
This commit is contained in:
parent
1491766102
commit
73665c5436
|
@ -102,7 +102,7 @@ private extension ProfileListView {
|
|||
|
||||
func profileView(for header: ProfileHeader) -> some View {
|
||||
ProfileRowView(
|
||||
style: .compact,
|
||||
style: .full,
|
||||
profileManager: profileManager,
|
||||
tunnel: tunnel,
|
||||
header: header,
|
||||
|
|
Loading…
Reference in New Issue