Skip to content

Commit

Permalink
Make the Subscription header cell not tappable
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Nov 28, 2024
1 parent db26e74 commit c48b3c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/SettingsSubscriptionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ struct SettingsSubscriptionView: View {
SettingsCellView(label: UserText.settingsPProSubscribe,
subtitle: subtitleText,
image: Image("SettingsPrivacyPro"))
.disabled(true)

// Get privacy pro
SettingsCustomCell(content: {
Expand Down

0 comments on commit c48b3c3

Please sign in to comment.