From 158200ea6dbdc6b4b5ef3e9a41e1641137539cc7 Mon Sep 17 00:00:00 2001 From: Davide Date: Mon, 4 Nov 2024 23:46:06 +0100 Subject: [PATCH] Fix more warnings --- Passepartout/Shared/Shared+App.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Passepartout/Shared/Shared+App.swift b/Passepartout/Shared/Shared+App.swift index 4967d687..2d3532fd 100644 --- a/Passepartout/Shared/Shared+App.swift +++ b/Passepartout/Shared/Shared+App.swift @@ -194,7 +194,7 @@ extension Configuration { #else static let deletingRemotely = false - static let isProfileIncluded: (Profile) -> Bool = { _ in + static let isProfileIncluded: @Sendable (Profile) -> Bool = { _ in true } #endif @@ -225,6 +225,8 @@ extension Configuration.ProfileManager { #else extension Configuration { + + @MainActor enum ExtendedTunnel { static var strategy: TunnelObservableStrategy { ProfileManager.neStrategy