Merge pull request #915 from neoarz/patch-3

Update SettingsViewController.swift
This commit is contained in:
polymo1
2025-03-15 10:13:42 -04:00
committed by GitHub

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)