leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.36k stars 188 forks source link

Fix event start script bug #624

Closed benbernard closed 1 year ago

benbernard commented 1 year ago

Status

READY

Description

Found a bug with the event start script setting. It will only run if a join script is also setup, I think due to just a type in the accessing Defaults

Checklist

Steps to Test or Reproduce

The bug happens if you have the run event script set but no join event. So Advanced settings looks like this: image

In order for that to work, you have to have the join event location also set, which means you have to have that turned on. This fix changes to check the event start script location, which is what I believe was intended.

leits commented 1 year ago

Thank you! Have you tested it?

benbernard commented 1 year ago

I did test it! Thanks for merging