Unrestrict previews

This commit is contained in:
Davide De Rosa 2024-10-05 10:18:57 +02:00
parent 504bcbdbd2
commit 7078e5c435
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 6 additions and 2 deletions

View File

@ -41,7 +41,11 @@ extension AppContext {
iapManager: IAPManager( iapManager: IAPManager(
customUserLevel: nil, customUserLevel: nil,
receiptReader: MockReceiptReader(), receiptReader: MockReceiptReader(),
unrestrictedFeatures: [.sharing], unrestrictedFeatures: [
.interactiveLogin,
.onDemand,
.sharing
],
productsAtBuild: { _ in productsAtBuild: { _ in
[] []
} }

View File

@ -157,7 +157,7 @@ private extension OpenVPNView.CredentialsView {
var credentials: OpenVPN.Credentials? var credentials: OpenVPN.Credentials?
@State @State
var isInteractive = false var isInteractive = true
return NavigationStack { return NavigationStack {
OpenVPNView.CredentialsView( OpenVPNView.CredentialsView(