Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 106d0c1

Browse files
authored
pop up was always popping up
1 parent 87ea00f commit 106d0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TrollBox/TrollBoxApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct TrollBoxApp: App {
2626
if sbxed == false {
2727
let latsandboxed = "false"
2828
UserDefaults.standard.set(latsandboxed, forKey: "latsandbox")
29-
UIApplication.shared.confirmAlert(title: "Sandbox is now disabled !", body: "You're now able to use TrollBox on iOS 16. The app will now force-close to disable things that won't work.", onOK: {exit(0)}, noCancel: true)
29+
UIApplication.shared.alert(title: "Sandbox is now disabled !", body: "You're now able to use TrollBox on iOS 16.")
3030
}
3131
else if sbxed == true {
3232
let latsandboxed = "true"

0 commit comments

Comments
 (0)