Use extended layout in profile list

This commit is contained in:
Davide De Rosa 2024-10-03 18:42:37 +02:00
parent 1491766102
commit 73665c5436
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -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,