add in why subscribe text

This commit is contained in:
Trey t
2022-12-27 15:27:16 -06:00
parent 384a57a4bd
commit e7e9367896
5 changed files with 14 additions and 11 deletions

View File

@@ -150,7 +150,7 @@ struct SettingsView: View {
ZStack {
theme.currentTheme.secondaryBGColor
VStack {
PurchaseButtonView(height: iapManager.currentSubscription != nil ? 300 : 200, iapManager: iapManager, showManageSubClosure: {
PurchaseButtonView(iapManager: iapManager, showManageSubClosure: {
Task {
await
self.showManageSubscription()