mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-17 13:22:09 +00:00
Fix more warnings
This commit is contained in:
parent
f3d13d0cdf
commit
158200ea6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user