mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 16:23:32 +01:00
Changes app icon + primary tint color
This commit is contained in:
@@ -285,12 +285,12 @@ extension SettingsViewController
|
||||
{
|
||||
case .developer:
|
||||
let safariViewController = SFSafariViewController(url: URL(string: "https://twitter.com/rileytestut")!)
|
||||
safariViewController.preferredControlTintColor = .altRed
|
||||
safariViewController.preferredControlTintColor = .altPrimary
|
||||
self.present(safariViewController, animated: true, completion: nil)
|
||||
|
||||
case .designer:
|
||||
let safariViewController = SFSafariViewController(url: URL(string: "https://twitter.com/1carolinemoore")!)
|
||||
safariViewController.preferredControlTintColor = .altRed
|
||||
safariViewController.preferredControlTintColor = .altPrimary
|
||||
self.present(safariViewController, animated: true, completion: nil)
|
||||
|
||||
case .softwareLicenses:
|
||||
|
||||
Reference in New Issue
Block a user