Fix macOS AppKit build

This commit is contained in:
Yuri Karamian
2026-07-24 16:14:48 +02:00
parent 9c53b3b594
commit 289606a746
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ fn fix_macos_traffic_lights(window: &tauri::WebviewWindow) {
None => return,
};
let superview = match close.superview() {
let superview = match unsafe { close.superview() } {
Some(sv) => sv,
None => return,
};