[AltStoreCore] Renames PatreonAccount.isPatron to isAltStorePatron

This commit is contained in:
Riley Testut
2023-11-29 17:47:17 -06:00
parent 933cec99ce
commit 28a93b82a9
2 changed files with 5 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ private extension PatreonViewController
headerView.accountButton.addTarget(self, action: #selector(PatreonViewController.signOut(_:)), for: .primaryActionTriggered)
headerView.accountButton.setTitle(String(format: NSLocalizedString("Unlink %@", comment: ""), account.name), for: .normal)
if account.isPatron
if account.isAltStorePatron
{
headerView.supportButton.setTitle(isPatronSupportButtonTitle, for: .normal)