mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 21:02:04 +00:00
Prompt for trusted networks purchase
Was purchasing full macOS version instead.
This commit is contained in:
parent
7abc704c24
commit
3a5bbf4742
@ -111,7 +111,7 @@ class TrustedNetworksViewController: NSViewController, ProfileCustomization {
|
||||
try ProductManager.shared.verifyEligibleForTrustedNetworks()
|
||||
} catch {
|
||||
checkTrustEthernet.state = .off
|
||||
presentPurchaseScreen(forProduct: .fullVersion_macOS)
|
||||
presentPurchaseScreen(forProduct: .trustedNetworks)
|
||||
return
|
||||
}
|
||||
trustedNetworks.includesEthernet = (checkTrustEthernet.state == .on)
|
||||
@ -134,7 +134,7 @@ class TrustedNetworksViewController: NSViewController, ProfileCustomization {
|
||||
do {
|
||||
try ProductManager.shared.verifyEligibleForTrustedNetworks()
|
||||
} catch {
|
||||
presentPurchaseScreen(forProduct: .fullVersion_macOS)
|
||||
presentPurchaseScreen(forProduct: .trustedNetworks)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user