mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Replaces direct Patreon URL with forwarding URL
Allows us to change the Patreon URL without also updating the app.
This commit is contained in:
@@ -202,7 +202,7 @@ private extension PatreonViewController
|
||||
|
||||
@objc func openPatreonURL(_ sender: UIButton)
|
||||
{
|
||||
let patreonURL = URL(string: "https://www.patreon.com/rileytestut")!
|
||||
let patreonURL = URL(string: "https://altstore.io/patreon")!
|
||||
|
||||
let safariViewController = SFSafariViewController(url: patreonURL)
|
||||
safariViewController.preferredControlTintColor = self.view.tintColor
|
||||
|
||||
Reference in New Issue
Block a user