Fix more warnings

This commit is contained in:
Davide 2024-11-04 23:46:06 +01:00
parent f3d13d0cdf
commit 158200ea6d
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 3 additions and 1 deletions

View File

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