Skip to content

Commit d2466ec

Browse files
authored
Merge pull request #30 from noppefoxwolf/hotfix/iPadCrash
Change longpress option style.
2 parents 3734ce4 + 88bd44d commit d2466ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DebugMenu/View/FloatingViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ internal class FloatingViewController: UIViewController {
110110
}
111111

112112
private func presentMenu() {
113-
let sheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
113+
let sheet = UIAlertController(title: "DebugMenu", message: nil, preferredStyle: .alert)
114114
sheet.addAction(
115115
.init(
116116
title: "Hide until next launch",

0 commit comments

Comments
 (0)