mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Update SettingsViewController.swift
Signed-off-by: neoarz <164915254+neoarz@users.noreply.github.com>
This commit is contained in:
@@ -993,7 +993,7 @@ extension SettingsViewController
|
|||||||
|
|
||||||
// Option 2: Discord
|
// Option 2: Discord
|
||||||
alertController.addAction(UIAlertAction(title: "Discord", style: .default) { _ in
|
alertController.addAction(UIAlertAction(title: "Discord", style: .default) { _ in
|
||||||
if let discordURL = URL(string: "https://discord.gg/sidestore") {
|
if let discordURL = URL(string: "https://discord.gg/sidestore-949183273383395328") {
|
||||||
let safariViewController = SFSafariViewController(url: discordURL)
|
let safariViewController = SFSafariViewController(url: discordURL)
|
||||||
safariViewController.preferredControlTintColor = .altPrimary
|
safariViewController.preferredControlTintColor = .altPrimary
|
||||||
self.present(safariViewController, animated: true, completion: nil)
|
self.present(safariViewController, animated: true, completion: nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user