Update SettingsViewController.swift

Signed-off-by: neoarz <164915254+neoarz@users.noreply.github.com>
This commit is contained in:
neoarz
2025-03-15 06:30:03 -04:00
committed by GitHub
parent ae8e9a3506
commit 420efcbb11

View File

@@ -993,7 +993,7 @@ extension SettingsViewController
// Option 2: Discord
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)
safariViewController.preferredControlTintColor = .altPrimary
self.present(safariViewController, animated: true, completion: nil)