mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 23:02:14 +00:00
Allow "Routing" module in beta
This commit is contained in:
parent
36b8024e5b
commit
d4eed89e9f
@ -29,7 +29,11 @@ extension AppUserLevel: AppFeatureProviding {
|
||||
public var features: [AppFeature] {
|
||||
switch self {
|
||||
case .beta:
|
||||
return [.interactiveLogin, .sharing]
|
||||
return [
|
||||
.interactiveLogin,
|
||||
.routing,
|
||||
.sharing
|
||||
]
|
||||
|
||||
case .fullV2:
|
||||
return AppFeature.fullV2Features
|
||||
|
Loading…
Reference in New Issue
Block a user