Skip to content

Commit 22a98a5

Browse files
committed
Remove restore button for subscription users
1 parent 3703075 commit 22a98a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cryptomator/Settings/SettingsViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class SettingsViewModel: TableViewModel<SettingsSection> {
7575

7676
if cryptomatorSettings.hasRunningSubscription {
7777
elements.append(ButtonCellViewModel<SettingsButtonAction>(action: .showManageSubscriptions, title: LocalizedString.getValue("settings.manageSubscriptions")))
78-
elements.append(ButtonCellViewModel<SettingsButtonAction>(action: .restorePurchase, title: LocalizedString.getValue("purchase.restorePurchase.button")))
7978
} else if cryptomatorSettings.fullVersionUnlocked {
8079
let statusCell = BindableTableViewCellViewModel(
8180
title: LocalizedString.getValue("settings.fullVersionStatus"),

SharedResources/en.lproj/Localizable.strings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
"settings.shortcutsGuide" = "Shortcuts Guide";
215215
"settings.unlockFullVersion" = "Unlock Full Version";
216216
"settings.fullVersionStatus" = "Full Version";
217-
"settings.fullVersionStatus.footer" = "You're using Cryptomator Full Version. Thank you for your support!";
218217

219218
"sharePoint.enterURL.title" = "Enter SharePoint URL";
220219
"sharePoint.enterURL.placeholder" = "SharePoint Site URL";

0 commit comments

Comments
 (0)