From d10edc69fe47bb18486a2d95c60c0151460c26d7 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 19 Aug 2022 08:34:55 +0200 Subject: [PATCH] Restore truncated VPN footer workaround --- Passepartout/App/Views/ProfileView+VPN.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Passepartout/App/Views/ProfileView+VPN.swift b/Passepartout/App/Views/ProfileView+VPN.swift index e354e28e..1ca4d09c 100644 --- a/Passepartout/App/Views/ProfileView+VPN.swift +++ b/Passepartout/App/Views/ProfileView+VPN.swift @@ -49,6 +49,7 @@ extension ProfileView { Text(Unlocalized.VPN.vpn) } footer: { Text(L10n.Profile.Sections.Vpn.footer) + .xxxThemeTruncation() } }