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
I noticed that when I click on the calendar button to open the calendar with other applications running (like Safari), the Calendar isn't bring to front and is hidden by other app.
It could be unsettling because user could think the button is not working.
I noticed that when I click on the calendar button to open the calendar with other applications running (like Safari), the Calendar isn't bring to front and is hidden by other app.
It could be unsettling because user could think the button is not working.
After looking at the code, the issue comes from the Calendar Apple Script:
https://github.com/pakerwreah/Calendr/blob/15bc7bd50aa91cc732289d147a0d481c32fe961c/Calendr/Automation/CalendarScript.swift#L27C1-L32C21
The fix is to add the line
activate
like thisThis way, the Calendar app will be opened and brought to front.
The text was updated successfully, but these errors were encountered: