Skip to content

Commit 515b7a1

Browse files
lucasmottaclaude
andcommitted
Fix remaining canBecomeKeyWindow warnings in BezelNotification
Removes .nonactivatingPanel from BezelNotification window style mask to eliminate console warnings while maintaining non-activating behavior through .hudWindow style. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0674a0a commit 515b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/SupportingViews/BezelNotification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class BezelNotification {
5151

5252
let window = NSPanel(
5353
contentRect: .zero,
54-
styleMask: [.borderless, .nonactivatingPanel, .hudWindow],
54+
styleMask: [.borderless, .hudWindow],
5555
backing: .buffered,
5656
defer: true
5757
)

0 commit comments

Comments
 (0)