Unrestrict previews
This commit is contained in:
parent
504bcbdbd2
commit
7078e5c435
|
@ -41,7 +41,11 @@ extension AppContext {
|
|||
iapManager: IAPManager(
|
||||
customUserLevel: nil,
|
||||
receiptReader: MockReceiptReader(),
|
||||
unrestrictedFeatures: [.sharing],
|
||||
unrestrictedFeatures: [
|
||||
.interactiveLogin,
|
||||
.onDemand,
|
||||
.sharing
|
||||
],
|
||||
productsAtBuild: { _ in
|
||||
[]
|
||||
}
|
||||
|
|
|
@ -157,7 +157,7 @@ private extension OpenVPNView.CredentialsView {
|
|||
var credentials: OpenVPN.Credentials?
|
||||
|
||||
@State
|
||||
var isInteractive = false
|
||||
var isInteractive = true
|
||||
|
||||
return NavigationStack {
|
||||
OpenVPNView.CredentialsView(
|
||||
|
|
Loading…
Reference in New Issue