I have a menu that is presented from a button like this:
import Foundation import SwiftUI struct MenuButton: View { @State private var enabled = false priva