- stosVPN-integration: Removed em_proxy and EmotionalDamage module in favour of stosVPN

This commit is contained in:
mahee96
2025-04-08 23:03:49 -07:00
parent 7adfd3d3e8
commit 3d444f301d
7 changed files with 0 additions and 560 deletions

View File

@@ -8,7 +8,6 @@
import UIKit
import AltStoreCore
import EmotionalDamage
@available(iOS 13, *)
final class SceneDelegate: UIResponder, UIWindowSceneDelegate
@@ -40,7 +39,6 @@ final class SceneDelegate: UIResponder, UIWindowSceneDelegate
guard DatabaseManager.shared.isStarted else { return }
AppManager.shared.update()
start_em_proxy(bind_addr: Consts.Proxy.serverURL)
PatreonAPI.shared.refreshPatreonAccount()
}