Unrestrict previews
This commit is contained in:
parent
504bcbdbd2
commit
7078e5c435
|
@ -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
|
||||||
[]
|
[]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue