Skip to content

Commit

Permalink
Merge pull request #30 from noppefoxwolf/hotfix/iPadCrash
Browse files Browse the repository at this point in the history
Change longpress option style.
  • Loading branch information
noppefoxwolf authored Jun 16, 2022
2 parents 3734ce4 + 88bd44d commit d2466ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DebugMenu/View/FloatingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ internal class FloatingViewController: UIViewController {
}

private func presentMenu() {
let sheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
let sheet = UIAlertController(title: "DebugMenu", message: nil, preferredStyle: .alert)
sheet.addAction(
.init(
title: "Hide until next launch",
Expand Down

0 comments on commit d2466ec

Please sign in to comment.