You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current codebase, the logic for triggering the notification settings warning is in the JoinEventNotificationPicker struct. It uses the checkNotificationSettings() function to determine the status. The warning is displayed if the alert style is not set to alert and notifications are not disabled, or if notifications are disabled [2].
If you have already allowed notifications and the warning persists, it might be worth checking if the alert style is correctly set to alert or banner in your macOS notification settings for MeetingBar. If the issue continues, it could be a regression or a new bug that might need further investigation.
In the current codebase, the logic for triggering the notification settings warning is in the JoinEventNotificationPicker struct. It uses the checkNotificationSettings() function to determine the status. The warning is displayed if the alert style is not set to alert and notifications are not disabled, or if notifications are disabled [2].
If you have already allowed notifications and the warning persists, it might be worth checking if the alert style is correctly set to alert or banner in your macOS notification settings for MeetingBar. If the issue continues, it could be a regression or a new bug that might need further investigation.
macOS version
14.6.1(23G93)
MeetingBar version
4.10.0
Installation source
Homebrew
Calendars provider
Google Calendar
Bug description
Reproduction steps
I found this bug right after installation.
Expected behavior
The warning disappears.
Screenshots/screen recordings
Additional context
I'm struggling with another issue that a fullscreen notification seems not working (I'll report that separately). This may be related to it.
The text was updated successfully, but these errors were encountered: