[GH-ISSUE #40] [Bug] Disabling doorbell notifications does not work #40

Closed
opened 2026-03-03 16:43:05 +03:00 by kerem · 1 comment
Owner

Originally created by @nickustinov on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/40

Originally created by @nickustinov on GitHub (Feb 15, 2026). Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/40
kerem 2026-03-03 16:43:05 +03:00
Author
Owner

@nickustinov commented on GitHub (Feb 16, 2026):

Fixed in build 210. The doorbell event handler on the iOS/Catalyst side was setting up the camera stream and storing a pending camera ID before the macOS side could check the notification preference. Disabling the setting blocked the camera panel from appearing, but the stream still started in the background.

The fix gates the stream setup on the same doorbellNotifications preference, and also moves the preference check before the doorbell sound so disabling notifications silences everything.

<!-- gh-comment-id:3907698064 --> @nickustinov commented on GitHub (Feb 16, 2026): Fixed in build 210. The doorbell event handler on the iOS/Catalyst side was setting up the camera stream and storing a pending camera ID before the macOS side could check the notification preference. Disabling the setting blocked the camera panel from appearing, but the stream still started in the background. The fix gates the stream setup on the same `doorbellNotifications` preference, and also moves the preference check before the doorbell sound so disabling notifications silences everything.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/itsyhome-macos#40
No description provided.