mirror of
https://github.com/nickustinov/itsyhome-macos.git
synced 2026-04-26 04:15:56 +03:00
[GH-ISSUE #40] [Bug] Disabling doorbell notifications does not work #40
Labels
No labels
bug
enhancement
pending release
pull-request
wip
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsyhome-macos#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nickustinov on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/40
@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
doorbellNotificationspreference, and also moves the preference check before the doorbell sound so disabling notifications silences everything.