From 4470c0351ca45a2ecc1aa6f0d43f9220e703a810 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Fri, 20 Dec 2024 15:30:26 -0300 Subject: [PATCH] Rolls back an unnecessary line --- DuckDuckGo/VPNShortcutIntents.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DuckDuckGo/VPNShortcutIntents.swift b/DuckDuckGo/VPNShortcutIntents.swift index 91b4ccec59..7379a49bd6 100644 --- a/DuckDuckGo/VPNShortcutIntents.swift +++ b/DuckDuckGo/VPNShortcutIntents.swift @@ -75,7 +75,6 @@ struct DisableVPNIntent: AppIntent { /// and provides a result dialog. /// @available(iOS 17.0, *) -@available(iOSApplicationExtension, unavailable) struct EnableVPNIntent: ForegroundContinuableIntent { static let title: LocalizedStringResource = "Enable DuckDuckGo VPN" static let description: LocalizedStringResource = "Enables the DuckDuckGo VPN"