From 73665c5436e316c08e0a9627315b126c3990b318 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 3 Oct 2024 18:42:37 +0200 Subject: [PATCH] Use extended layout in profile list --- .../Library/Sources/AppUI/Views/App/ProfileListView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Passepartout/Library/Sources/AppUI/Views/App/ProfileListView.swift b/Passepartout/Library/Sources/AppUI/Views/App/ProfileListView.swift index 5e51a6c4..d040dd52 100644 --- a/Passepartout/Library/Sources/AppUI/Views/App/ProfileListView.swift +++ b/Passepartout/Library/Sources/AppUI/Views/App/ProfileListView.swift @@ -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,