elai950 / AlertToast

Create Apple-like alerts & toasts using SwiftUI
https://elai950.github.io/AlertToast/
MIT License
2.08k stars 187 forks source link

Fix bug on macOS: HUD toasts are not visible on screen #48

Closed DQGriffin closed 2 years ago

DQGriffin commented 2 years ago

Currently, the offset is being calculated incorrectly, causing .hud toasts to not be visible on macOS. This commit fixes this issue.