diff --git a/crates/gpui/src/platform/mac/window.rs b/crates/gpui/src/platform/mac/window.rs index 7b57c576f1c63fcec255fcbb260da13fb298fe8e..22ee22b50ba8b63f6f657f0d984b3494982e62db 100644 --- a/crates/gpui/src/platform/mac/window.rs +++ b/crates/gpui/src/platform/mac/window.rs @@ -926,7 +926,6 @@ impl PlatformWindow for MacWindow { if let Some((ix, answer)) = latest_non_cancel_label { let button: id = msg_send![alert, addButtonWithTitle: ns_string(answer)]; let _: () = msg_send![button, setTag: ix as NSInteger]; - let _: () = msg_send![button, setHasDestructiveAction: YES]; if level == PromptLevel::Destructive { let _: () = msg_send![button, setHasDestructiveAction: YES]; }