What's Changed
- Fix hover executor crash in ContentView on macOS 26 / Swift 6.2 (#68) — Removes the two remaining
.onHoverhandlers (Past Meetings button and copy-transcript button) that causeEXC_BAD_ACCESScrashes on macOS 26 with Swift 6.2. This is the same class of bug fixed in ControlBar (#60).
Contributors
Thanks to @Newarr for identifying and fixing the remaining hover crash sites.