|
@@ -551,7 +551,7 @@ private extension ViewController {
|
|
|
|
|
|
|
|
@objc private func premiumButtonClicked(_ sender: NSClickGestureRecognizer) {
|
|
@objc private func premiumButtonClicked(_ sender: NSClickGestureRecognizer) {
|
|
|
if storeKitCoordinator.hasPremiumAccess {
|
|
if storeKitCoordinator.hasPremiumAccess {
|
|
|
- openManageSubscriptions()
|
|
|
|
|
|
|
+ showPaywall(upgradeFlow: true, preferredPlan: .lifetime)
|
|
|
} else {
|
|
} else {
|
|
|
showPaywall()
|
|
showPaywall()
|
|
|
}
|
|
}
|