diff --git a/Passepartout/App/macOS/AppDelegate.swift b/Passepartout/App/macOS/AppDelegate.swift index a1e4a356..9a7a2cdf 100644 --- a/Passepartout/App/macOS/AppDelegate.swift +++ b/Passepartout/App/macOS/AppDelegate.swift @@ -57,6 +57,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { NSApp.mainMenu = loadMainMenu() StatusMenu.shared.install() + ProductManager.shared.reviewPurchases() // if let appCenterSecret = appCenterSecret, !appCenterSecret.isEmpty { // AppCenter.start(withAppSecret: appCenterSecret, services: [Analytics.self, Crashes.self])